Mercurial > hg > orthanc-object-storage
comparison Aws/CMakeLists.txt @ 13:3e218a18ec73 0.9.3
version 0.9.3
author | Alain Mazy |
---|---|
date | Wed, 26 Aug 2020 12:51:37 +0200 |
parents | 987cb95c1aee |
children | c390539996f4 |
comparison
equal
deleted
inserted
replaced
12:a203d0a4fd8f | 13:3e218a18ec73 |
---|---|
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 "0.9.3") |
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 "7176ebf" CACHE STRING "orthanc framework version") | 12 set(ORTHANC_FRAMEWORK_VERSION "7176ebf" CACHE STRING "orthanc framework version") |