diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-10-29 10:19:27 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-10-29 10:19:27 +0000 |
| commit | e4fdad5f0a166a804b8f089c977f0d13eb9186af (patch) | |
| tree | 7505bb3038f66fcfd9ad4d8d61c892b4492c9fde | |
| parent | Add overlay widgets (diff) | |
| parent | small fix (diff) | |
| download | inkscape-e4fdad5f0a166a804b8f089c977f0d13eb9186af.tar.gz inkscape-e4fdad5f0a166a804b8f089c977f0d13eb9186af.zip | |
Merge branch 'master' into SymbolsSearch
| -rw-r--r-- | testfiles/CMakeLists.txt | 2 |
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) |
