mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +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()
|
||||
else()
|
||||
# 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")
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user