# HG changeset patch # User Alain Mazy # Date 1669730448 -3600 # Node ID 7bf31db5497e369788c2c8b0ceabf9b75eafea6e # Parent d65580d2e9ca453a4dc460d12d09163a51041104 fix cryptopp lib name for Linux build diff -r d65580d2e9ca -r 7bf31db5497e Azure/CMakeLists.txt --- a/Azure/CMakeLists.txt Mon Nov 28 17:09:15 2022 +0100 +++ b/Azure/CMakeLists.txt Tue Nov 29 15:00:48 2022 +0100 @@ -118,7 +118,7 @@ target_link_libraries(OrthancAzureBlobStorage PRIVATE - cryptopp-static + cryptopp::cryptopp ${WASTORAGE_LIBRARY} ${UUID_LIBRARY} ${Boost_LIBRARIES}