Mercurial > hg > orthanc-object-storage
changeset 105:0585b5de6be2
fix cmake warnings
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 09 Oct 2023 10:18:58 +0200 |
parents | 2ba7af9eddce |
children | c9356e42af99 |
files | Aws/CMakeLists.txt Azure/CMakeLists.txt Google/CMakeLists.txt |
diffstat | 3 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Aws/CMakeLists.txt Thu Jul 20 17:19:07 2023 +0200 +++ b/Aws/CMakeLists.txt Mon Oct 09 10:18:58 2023 +0200 @@ -148,6 +148,8 @@ ${COMMON_SOURCES} ) +DefineSourceBasenameForTarget(OrthancAwsS3Storage) + set_target_properties(OrthancAwsS3Storage PROPERTIES VERSION ${PLUGIN_VERSION} SOVERSION ${PLUGIN_VERSION}
--- a/Azure/CMakeLists.txt Thu Jul 20 17:19:07 2023 +0200 +++ b/Azure/CMakeLists.txt Mon Oct 09 10:18:58 2023 +0200 @@ -111,6 +111,8 @@ ${COMMON_SOURCES} ) +DefineSourceBasenameForTarget(OrthancAzureBlobStorage) + set_target_properties(OrthancAzureBlobStorage PROPERTIES VERSION ${PLUGIN_VERSION} SOVERSION ${PLUGIN_VERSION}
--- a/Google/CMakeLists.txt Thu Jul 20 17:19:07 2023 +0200 +++ b/Google/CMakeLists.txt Mon Oct 09 10:18:58 2023 +0200 @@ -86,6 +86,8 @@ ${COMMON_SOURCES} ) +DefineSourceBasenameForTarget(OrthancGoogleCloudStorage) + set_target_properties(OrthancGoogleCloudStorage PROPERTIES VERSION ${PLUGIN_VERSION} SOVERSION ${PLUGIN_VERSION}