# HG changeset patch # User Alain Mazy # Date 1689861497 -7200 # Node ID 16f0abc677c55908edc7d1d1f4d7d9aa2e93cc44 # Parent f4e05641c108e6132b78acb93c7d9fd358407f6b fix Azure win compilation diff -r f4e05641c108 -r 16f0abc677c5 Azure/CMakeLists.txt --- a/Azure/CMakeLists.txt Thu Jul 20 15:09:57 2023 +0200 +++ b/Azure/CMakeLists.txt Thu Jul 20 15:58:17 2023 +0200 @@ -121,19 +121,16 @@ target_link_libraries(OrthancAzureBlobStorage PRIVATE cryptopp::cryptopp - ${WASTORAGE_LIBRARY} + Azure::azure-storage-blobs ${UUID_LIBRARY} - ${Boost_LIBRARIES} ${LIBXML2_LIBRARIES} - Azure::azure-storage-blobs ) else() target_link_libraries(OrthancAzureBlobStorage PRIVATE + cryptopp::cryptopp Azure::azure-storage-blobs ${OPENSSL_LIBRARY} - ${WASTORAGE_LIBRARY} - ${CPPREST_LIBRARY} Winhttp.lib Crypt32.lib xmllite.lib