mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
tests: use NOT APPLE instead of NOT MATCHES Clang
This commit is contained in:
parent
ce6d48c578
commit
74af53fdfa
@ -277,7 +277,7 @@ foreach(test ${tests})
|
|||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
# per-test directories not generated on OS X / Darwin
|
# per-test directories not generated on OS X / Darwin
|
||||||
if(NOT ${CMAKE_CXX_COMPILER_ID} MATCHES "Clang.*")
|
if(NOT APPLE)
|
||||||
link_directories(${test} PRIVATE "${ZeroMQ_SOURCE_DIR}/../lib")
|
link_directories(${test} PRIVATE "${ZeroMQ_SOURCE_DIR}/../lib")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user