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 759d718 commit 605d41cCopy full SHA for 605d41c
CMakeLists.txt
@@ -76,7 +76,7 @@ endif()
76
77
if(myproject_BUILD_FUZZ_TESTS)
78
message(AUTHOR_WARNING "Building Fuzz Tests, using fuzzing sanitizer https://www.llvm.org/docs/LibFuzzer.html")
79
- if (NOT myproject_ENABLE_ADDRESS_SANITIZER AND NOT myproject_ENABLE_THREAD_SANITIZER)
+ if (NOT myproject_ENABLE_SANITIZER_ADDRESS AND NOT myproject_ENABLE_SANITIZER_THREAD)
80
message(WARNING "You need asan or tsan enabled for meaningful fuzz testing")
81
endif()
82
add_subdirectory(fuzz_test)
0 commit comments