Mercurial > hg > orthanc-object-storage
comparison Aws/CMakeLists.txt @ 42:822e29256ffb
upgrade to Orthanc framework 1.9.1 in AWS S3
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 19 Mar 2021 12:13:18 +0100 |
parents | 50d0be413c42 |
children | 1691da4ae9c3 |
comparison
equal
deleted
inserted
replaced
41:d99afdf6d872 | 42:822e29256ffb |
---|---|
7 set(PLUGIN_VERSION "mainline") | 7 set(PLUGIN_VERSION "mainline") |
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.8.2" CACHE STRING "orthanc framework version") | 12 set(ORTHANC_FRAMEWORK_VERSION "1.9.1" CACHE STRING "orthanc framework version") |
13 set(USE_VCPKG_PACKAGES ON CACHE BOOL "Use Microsoft vcpkg to link against crypto++ and AWS SDK") | 13 set(USE_VCPKG_PACKAGES ON CACHE BOOL "Use Microsoft vcpkg to link against crypto++ and AWS SDK") |
14 set(STATIC_AWS_CLIENT ON CACHE BOOL "Statically link against AWS client library (only if USE_VCPKG_PACKAGES=OFF)") | 14 set(STATIC_AWS_CLIENT ON CACHE BOOL "Statically link against AWS client library (only if USE_VCPKG_PACKAGES=OFF)") |
15 set(USE_SYSTEM_CRYPTOPP ON CACHE BOOL "Use the system version of crypto++") | 15 set(USE_SYSTEM_CRYPTOPP ON CACHE BOOL "Use the system version of crypto++") |
16 | 16 |
17 # Download and setup the Orthanc framework | 17 # Download and setup the Orthanc framework |