adamdebreceni commented on a change in pull request #1138:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r708980201



##########
File path: extensions/azure/CMakeLists.txt
##########
@@ -34,6 +34,10 @@ target_link_libraries(minifi-azure ${LIBMINIFI} 
Threads::Threads)
 target_link_libraries(minifi-azure CURL::libcurl LibXml2::LibXml2)
 target_link_libraries(minifi-azure AZURE::azure-storage-blobs 
AZURE::azure-storage-common AZURE::azure-core)
 
+if (WIN32)
+  target_link_libraries(minifi-azure crypt32.lib bcrypt.lib)

Review comment:
       same as: 
https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r708980062




-- 
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]


Reply via email to