We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b76e63 commit 7dacd09Copy full SHA for 7dacd09
testprogs/CMakeLists.txt
@@ -48,4 +48,8 @@ if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR
48
add_test_executable(valgrindtest)
49
endif()
50
51
-add_subdirectory(fuzz)
+if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR
52
+ CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR
53
+ CMAKE_SYSTEM_NAME STREQUAL "Linux")
54
+ add_subdirectory(fuzz)
55
+endif()
0 commit comments