szaszm commented on a change in pull request #1183:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1183#discussion_r718646337
##########
File path: cmake/PahoMqttC.cmake
##########
@@ -39,6 +39,7 @@ FetchContent_MakeAvailable(paho.mqtt.c-external)
# Set dependencies and target to link to
if (NOT OPENSSL_OFF)
add_library(paho.mqtt.c ALIAS paho-mqtt3cs-static)
+ add_dependencies(common_ssl_obj_static OpenSSL::SSL OpenSSL::Crypto)
Review comment:
Isn't it enough to just link them?
--
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]