From 5217d8efb4166247f0f96ac931530cc64e56d5ff Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Wed, 1 May 2019 12:14:33 -0400 Subject: [PATCH] [qpid-proton] Undo change to comment during migration (#2361) --- projects/qpid-proton/c_tests_fuzz_CMakeLists.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})