mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 07:31:03 +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")
|
if(NOT CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||||
set_tests_properties(test_abstract_ipc PROPERTIES WILL_FAIL true)
|
set_tests_properties(test_abstract_ipc PROPERTIES WILL_FAIL true)
|
||||||
endif()
|
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()
|
endif()
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user