Mercurial > hg > orthanc-object-storage
changeset 123:1fed4a5df9ad
fix framework version
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 21 Nov 2023 14:16:36 +0100 |
parents | afea958425af |
children | 6aa3ec905f58 d82417887724 |
files | Aws/CMakeLists.txt Azure/CMakeLists.txt Google/CMakeLists.txt |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Aws/CMakeLists.txt Tue Nov 21 11:05:55 2023 +0100 +++ b/Aws/CMakeLists.txt Tue Nov 21 14:16:36 2023 +0100 @@ -25,7 +25,7 @@ set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "daf4807631c5") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "b83192e7ad10") # TODO: update to 1.12.2 when available set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/Azure/CMakeLists.txt Tue Nov 21 11:05:55 2023 +0100 +++ b/Azure/CMakeLists.txt Tue Nov 21 14:16:36 2023 +0100 @@ -24,7 +24,7 @@ include(CheckIncludeFileCXX) set(ORTHANC_FRAMEWORK_SOURCE "web" CACHE STRING "orthanc source") -set(ORTHANC_FRAMEWORK_VERSION "daf4807631c5" CACHE STRING "orthanc framework version") # TODO: update to 1.12.2 when available +set(ORTHANC_FRAMEWORK_VERSION "b83192e7ad10" CACHE STRING "orthanc framework version") # TODO: update to 1.12.2 when available set(ALLOW_DOWNLOADS ON) # Download and setup the Orthanc framework
--- a/Google/CMakeLists.txt Tue Nov 21 11:05:55 2023 +0100 +++ b/Google/CMakeLists.txt Tue Nov 21 14:16:36 2023 +0100 @@ -24,7 +24,7 @@ include(CheckIncludeFileCXX) set(ORTHANC_FRAMEWORK_SOURCE "web" CACHE STRING "orthanc source") -set(ORTHANC_FRAMEWORK_VERSION "daf4807631c5" CACHE STRING "orthanc framework version") # TODO: update to 1.12.2 when available +set(ORTHANC_FRAMEWORK_VERSION "b83192e7ad10" CACHE STRING "orthanc framework version") # TODO: update to 1.12.2 when available set(ALLOW_DOWNLOADS ON) # Download and setup the Orthanc framework