mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08:00
Problem: typo in CMakeLists "matches" keyword
Solution: must be upper case
This commit is contained in:
parent
1e6915039f
commit
f1c4416e20
@ -29,7 +29,7 @@ elseif (WITH_LIBSODIUM)
|
||||
include_directories (${SODIUM_INCLUDE_DIRS})
|
||||
|
||||
# On Solaris, libsodium depends on libssp
|
||||
if (${CMAKE_SYSTEM_NAME} matches "SunOS")
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
|
||||
target_link_libraries (libzmq ssp)
|
||||
endif ()
|
||||
set (HAVE_LIBSODIUM 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user