lordgamez commented on code in PR #2212: URL: https://github.com/apache/nifi-minifi-cpp/pull/2212#discussion_r3542099560
########## cmake/PahoMqttC.cmake: ########## @@ -40,6 +38,4 @@ FetchContent_Declare( FetchContent_MakeAvailable(paho.mqtt.c-external) -# Set dependencies and target to link to -add_library(paho.mqtt.c ALIAS paho-mqtt3as-static) target_link_libraries(common_ssl_obj_static PUBLIC OpenSSL::SSL OpenSSL::Crypto) Review Comment: eclipse-paho-mqtt-c::paho-mqtt3as-static is provided in both fetchcontent and conan cases. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
