Commit 5a230f7d authored by Matt Arsenault's avatar Matt Arsenault

Fix cmake configure error from deleted test.

parent d82389a7
......@@ -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()
#-----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment