0
0
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:
Luca Boccassi 2016-02-11 20:41:18 +00:00
parent 1e6915039f
commit f1c4416e20

View File

@ -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)