Commit f5874b0b authored by Dominik Charousset's avatar Dominik Charousset

Fix build on Windows

parent 5f7d4971
......@@ -101,7 +101,6 @@ caf_add_test_suites(caf-io-test
io.basp_broker
io.broker
io.http_broker
$<$<NOT:$<PLATFORM_ID:Windows>>:io.middleman>
io.monitor
io.network.default_multiplexer
io.network.ip_endpoint
......@@ -112,3 +111,7 @@ caf_add_test_suites(caf-io-test
io.unpublish
io.worker
)
if(NOT WIN32)
caf_add_test_suites(caf-io-test io.middleman)
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