mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 09:47:56 +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})
|
include_directories (${SODIUM_INCLUDE_DIRS})
|
||||||
|
|
||||||
# On Solaris, libsodium depends on libssp
|
# On Solaris, libsodium depends on libssp
|
||||||
if (${CMAKE_SYSTEM_NAME} matches "SunOS")
|
if (${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
|
||||||
target_link_libraries (libzmq ssp)
|
target_link_libraries (libzmq ssp)
|
||||||
endif ()
|
endif ()
|
||||||
set (HAVE_LIBSODIUM 1)
|
set (HAVE_LIBSODIUM 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user