Mercurial > hg > orthanc-object-storage
comparison Aws/CMakeLists.txt @ 16:0e509a47e010 1.0.0
1.0.0
author | Alain Mazy |
---|---|
date | Tue, 01 Sep 2020 17:31:33 +0200 |
parents | 2a02b21f0a19 |
children | 8d50268e2b8f |
comparison
equal
deleted
inserted
replaced
15:2a02b21f0a19 | 16:0e509a47e010 |
---|---|
2 | 2 |
3 option(BUILD_SHARED_LIBS "Build shared libraries" ON) | 3 option(BUILD_SHARED_LIBS "Build shared libraries" ON) |
4 | 4 |
5 project(OrthancAwsS3Storage) | 5 project(OrthancAwsS3Storage) |
6 | 6 |
7 set(PLUGIN_VERSION "mainline") | 7 set(PLUGIN_VERSION "1.0.0") |
8 | 8 |
9 include(CheckIncludeFileCXX) | 9 include(CheckIncludeFileCXX) |
10 | 10 |
11 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") | 11 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") |
12 set(ORTHANC_FRAMEWORK_VERSION "1.7.3" CACHE STRING "orthanc framework version") | 12 set(ORTHANC_FRAMEWORK_VERSION "1.7.3" CACHE STRING "orthanc framework version") |