0
0
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:
Matt Arsenault 2014-01-18 12:59:12 -08:00
parent d82389a788
commit 5a230f7d9e

View File

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