Mercurial > hg > orthanc-object-storage
comparison Azure/CMakeLists.txt @ 45:f10874e13d11
update to orthanc framework 1.9.1 in all projects
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 19 Mar 2021 17:40:12 +0100 |
parents | 7ddd840563c9 |
children | 1691da4ae9c3 |
comparison
equal
deleted
inserted
replaced
44:2f5fd8a80636 | 45:f10874e13d11 |
---|---|
5 set(PLUGIN_VERSION "mainline") | 5 set(PLUGIN_VERSION "mainline") |
6 | 6 |
7 include(CheckIncludeFileCXX) | 7 include(CheckIncludeFileCXX) |
8 | 8 |
9 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") | 9 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") |
10 set(ORTHANC_FRAMEWORK_VERSION "1.7.3" CACHE STRING "orthanc framework version") | 10 set(ORTHANC_FRAMEWORK_VERSION "1.9.1" CACHE STRING "orthanc framework version") |
11 set(ALLOW_DOWNLOADS ON) | 11 set(ALLOW_DOWNLOADS ON) |
12 | 12 |
13 # Download and setup the Orthanc framework | 13 # Download and setup the Orthanc framework |
14 include(${CMAKE_SOURCE_DIR}/../Common/Resources/DownloadOrthancFramework.cmake) | 14 include(${CMAKE_SOURCE_DIR}/../Common/Resources/DownloadOrthancFramework.cmake) |
15 | 15 |