changeset 112:f2c242a6f8ab

fix framework version
author Alain Mazy <am@osimis.io>
date Wed, 11 Oct 2023 09:56:22 +0200
parents 407bd022b0cf
children 78c075412ab4
files Azure/CMakeLists.txt Google/CMakeLists.txt
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Azure/CMakeLists.txt	Tue Oct 10 16:11:18 2023 +0200
+++ b/Azure/CMakeLists.txt	Wed Oct 11 09:56:22 2023 +0200
@@ -24,8 +24,7 @@
 include(CheckIncludeFileCXX)
 
 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source")
-set(ORTHANC_FRAMEWORK_VERSION "1.12.1" CACHE STRING "orthanc framework version")
-set(ALLOW_DOWNLOADS ON)
+set(ORTHANC_FRAMEWORK_VERSION "mainline" CACHE STRING "orthanc framework version")  # TODO: update to 1.12.2 when availableset(ALLOW_DOWNLOADS ON)
 
 # Download and setup the Orthanc framework
 
--- a/Google/CMakeLists.txt	Tue Oct 10 16:11:18 2023 +0200
+++ b/Google/CMakeLists.txt	Wed Oct 11 09:56:22 2023 +0200
@@ -24,7 +24,7 @@
 include(CheckIncludeFileCXX)
 
 set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source")
-set(ORTHANC_FRAMEWORK_VERSION "1.12.1" CACHE STRING "orthanc framework version")
+set(ORTHANC_FRAMEWORK_VERSION "mainline" CACHE STRING "orthanc framework version")  # TODO: update to 1.12.2 when available
 set(ALLOW_DOWNLOADS ON)
 
 # Download and setup the Orthanc framework