diff --git a/projects/qpid-proton/c_tests_fuzz_CMakeLists.patch b/projects/qpid-proton/c_tests_fuzz_CMakeLists.patch index 8d17e7be7..06731753f 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}) -+ # $LIB_FUZZING_ENGINE is a C++ library, which needs c++ std lib ++ # -lFuzzingEngine is a C++ library, which needs c++ std lib + set_target_properties(${test} PROPERTIES LINKER_LANGUAGE CXX) + list(APPEND fuzz_test_src ${ARGN})