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:
parent
c83d4e01dd
commit
d178c71e21
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user