[qpid-proton] Undo change to comment during migration (#2361)

This commit is contained in:
jonathanmetzman 2019-05-01 12:14:33 -04:00 committed by GitHub
parent 3049c50d48
commit 5217d8efb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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})