0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

cmake: fix indentation

This commit is contained in:
Samuel Martin 2014-05-03 14:07:14 +02:00
parent c83d4e01dd
commit d178c71e21

View File

@ -713,14 +713,14 @@ if(ZMQ_BUILD_TESTS)
test_connect_rid
)
if(NOT WIN32)
list(APPEND tests
test_monitor
test_pair_ipc
test_reqrep_ipc
test_abstract_ipc
test_proxy
test_filter_ipc
)
list(APPEND tests
test_monitor
test_pair_ipc
test_reqrep_ipc
test_abstract_ipc
test_proxy
test_filter_ipc
)
if(HAVE_FORK)
list(APPEND tests test_fork)
endif()