File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -403,14 +403,6 @@ EXTRA_DIST = \
403403 testprogs/filtertest.c \
404404 testprogs/findalldevstest.c \
405405 testprogs/findalldevstest-perf.c \
406- testprogs/fuzz/CMakeLists.txt \
407- testprogs/fuzz/fuzz_both.c \
408- testprogs/fuzz/fuzz_both.options \
409- testprogs/fuzz/fuzz_filter.c \
410- testprogs/fuzz/fuzz_filter.options \
411- testprogs/fuzz/fuzz_pcap.c \
412- testprogs/fuzz/fuzz_pcap.options \
413- testprogs/fuzz/onefile.c \
414406 testprogs/nonblocktest.c \
415407 testprogs/opentest.c \
416408 testprogs/reactivatetest.c \
Original file line number Diff line number Diff line change @@ -51,5 +51,7 @@ endif()
5151if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR
5252 CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR
5353 CMAKE_SYSTEM_NAME STREQUAL "Linux" )
54- add_subdirectory (fuzz)
54+ if (IS_DIRECTORY ${CMAKE_HOME_DIRECTORY} /.git)
55+ add_subdirectory (fuzz)
56+ endif (IS_DIRECTORY ${CMAKE_HOME_DIRECTORY} /.git)
5557endif ()
You can’t perform that action at this time.
0 commit comments