Mercurial > hg > orthanc-object-storage
comparison Azure/CMakeLists.txt @ 108:030b78960c4f
upgraded OrthancFramework for Google & Azure
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 10 Oct 2023 15:11:42 +0200 |
parents | 0585b5de6be2 |
children | 2549eecdc996 |
comparison
equal
deleted
inserted
replaced
107:87972cfe7ac5 | 108:030b78960c4f |
---|---|
22 set(PLUGIN_VERSION "mainline") | 22 set(PLUGIN_VERSION "mainline") |
23 | 23 |
24 include(CheckIncludeFileCXX) | 24 include(CheckIncludeFileCXX) |
25 | 25 |
26 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") | 26 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") |
27 set(ORTHANC_FRAMEWORK_VERSION "1.9.2" CACHE STRING "orthanc framework version") | 27 set(ORTHANC_FRAMEWORK_VERSION "1.12.1" CACHE STRING "orthanc framework version") |
28 set(ALLOW_DOWNLOADS ON) | 28 set(ALLOW_DOWNLOADS ON) |
29 | 29 |
30 # Download and setup the Orthanc framework | 30 # Download and setup the Orthanc framework |
31 | 31 |
32 include(${CMAKE_SOURCE_DIR}/../Common/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake) | 32 include(${CMAKE_SOURCE_DIR}/../Common/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake) |