aboutsummaryrefslogtreecommitdiff
path: root/projects/qpid-proton
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-05-01 11:09:55 -0400
committerGitHub <noreply@github.com>2019-05-01 11:09:55 -0400
commit3049c50d48a8e712889104db25113c2b0be00301 (patch)
treeb1ed868d18b8701642006fbc68e7aa80f23b5d02 /projects/qpid-proton
parent22f5e3e0b8c6a865289df088a1b86e2165cf135b (diff)
downloadoss-fuzz-3049c50d48a8e712889104db25113c2b0be00301.tar.gz
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
Diffstat (limited to 'projects/qpid-proton')
-rw-r--r--projects/qpid-proton/c_tests_fuzz_CMakeLists.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/qpid-proton/c_tests_fuzz_CMakeLists.patch b/projects/qpid-proton/c_tests_fuzz_CMakeLists.patch
index 06731753f..8d17e7be7 100644
--- a/projects/qpid-proton/c_tests_fuzz_CMakeLists.patch
+++ b/projects/qpid-proton/c_tests_fuzz_CMakeLists.patch
@@ -25,7 +25,7 @@ index b4470d59..211252c4 100644
+ set(FUZZING_QPID_PROTON_CORE_LIBRARY qpid-proton-core)
+ endif()
+ target_link_libraries (${test} ${FUZZING_QPID_PROTON_CORE_LIBRARY} ${FUZZING_LIBRARY})
-+ # -lFuzzingEngine is a C++ library, which needs c++ std lib
++ # $LIB_FUZZING_ENGINE is a C++ library, which needs c++ std lib
+ set_target_properties(${test} PROPERTIES LINKER_LANGUAGE CXX)
+
list(APPEND fuzz_test_src ${ARGN})