lordgamez commented on code in PR #2016: URL: https://github.com/apache/nifi-minifi-cpp/pull/2016#discussion_r2368801960
########## cmake/AzureSdkCpp.cmake: ########## @@ -55,3 +55,5 @@ FetchContent_Declare(asdkext ) FetchContent_MakeAvailable(asdkext) + +add_dependencies(azure-storage-common LibXml2::LibXml2) Review Comment: I had some build failures of the azure library because it could not find the libxml2 library, as it was not built yet at that moment. -- 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]
