mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08:00
Fix cmake configure error from deleted test.
This commit is contained in:
parent
d82389a788
commit
5a230f7d9e
@ -653,9 +653,6 @@ if(NOT WIN32)
|
||||
if(NOT CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
set_tests_properties(test_abstract_ipc PROPERTIES WILL_FAIL true)
|
||||
endif()
|
||||
if(NOT ZMQ_HAVE_SO_PEERCRED AND NOT ZMQ_HAVE_LOCAL_PEERCRED)
|
||||
set_tests_properties(test_zap_ipc_creds PROPERTIES WILL_FAIL true)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user