summaryrefslogtreecommitdiffstats
path: root/testfiles
diff options
context:
space:
mode:
authorMarc Jeanmougin <marcjeanmougin@free.fr>2017-10-28 18:59:06 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-10-28 18:59:06 +0000
commit5b7195f3d468c240497565ccf2551da8e0dd7415 (patch)
treeac596caf68017cdd300dd743c9892df61cb25d28 /testfiles
parentadd some doc (diff)
downloadinkscape-5b7195f3d468c240497565ccf2551da8e0dd7415.tar.gz
inkscape-5b7195f3d468c240497565ccf2551da8e0dd7415.zip
small fix
Diffstat (limited to 'testfiles')
-rw-r--r--testfiles/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/testfiles/CMakeLists.txt b/testfiles/CMakeLists.txt
index 62b028729..2f721d820 100644
--- a/testfiles/CMakeLists.txt
+++ b/testfiles/CMakeLists.txt
@@ -39,7 +39,7 @@ if(WITH_FUZZ)
# (see libfuzzer doc for info in flags)
# first line is for integration into oss-fuzz https://github.com/google/oss-fuzz
add_executable(fuzz fuzzer.cpp)
- if(EXISTS ${LIB_FUZZING_ENGINE})
+ if(LIB_FUZZING_ENGINE)
target_link_libraries(fuzz inkscape_base -lFuzzingEngine)
else()
target_link_libraries(fuzz inkscape_base -lFuzzer)