Mercurial > hg > orthanc-object-storage
comparison Google/CMakeLists.txt @ 49:6db76975d0f8
update to Orthanc Framework 1.9.2
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 23 Apr 2021 12:38:25 +0200 |
parents | 1691da4ae9c3 |
children | b40327079244 |
comparison
equal
deleted
inserted
replaced
48:ff113c3561c5 | 49:6db76975d0f8 |
---|---|
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.9.1" CACHE STRING "orthanc framework version") | 10 set(ORTHANC_FRAMEWORK_VERSION "1.9.2" 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 |