changeset 91:7bf31db5497e

fix cryptopp lib name for Linux build
author Alain Mazy <am@osimis.io>
date Tue, 29 Nov 2022 15:00:48 +0100
parents d65580d2e9ca
children 9b2a76fe987a
files Azure/CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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}