Commit fa8bc17e authored by Simon Giesecke's avatar Simon Giesecke

Problem: CMake error on Win32 with DRAFTS disabled

Solution: guard CMake statement properly
parent fc92fa89
......@@ -224,7 +224,7 @@ if(WIN32 AND ${POLLER} MATCHES "epoll")
set_tests_properties(test_many_sockets PROPERTIES TIMEOUT 120)
endif()
if(WIN32)
if(WIN32 AND ENABLE_DRAFTS)
set_tests_properties(test_radio_dish PROPERTIES TIMEOUT 30)
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