Skip to content

Commit e5108dc

Browse files
committed
Don't build blackhole on Windows which is missing parts of signal.h
1 parent 254627a commit e5108dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ add_executable(lslver testing/lslver.c)
340340
target_link_libraries(lslver PRIVATE lsl)
341341
installLSLApp(lslver)
342342

343-
if(LSL_TOOLS)
343+
if(NOT WIN32 AND LSL_TOOLS)
344344
add_executable(blackhole testing/blackhole.cpp)
345345
target_link_libraries(blackhole PRIVATE Threads::Threads)
346346
target_include_directories(blackhole PRIVATE "thirdparty/asio/")

0 commit comments

Comments
 (0)