# HG changeset patch # User Sebastien Jodogne # Date 1638882077 -3600 # Node ID 55e8fb8e8028fb41938412f8692ad15e69859f54 # Parent 93ef0342850e261ae156caa4253b7c447123b21b tagging a pre-release of the Orthanc framework for WSI 1.1 diff -r 93ef0342850e -r 55e8fb8e8028 OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake --- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Tue Dec 07 12:54:42 2021 +0100 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Tue Dec 07 14:01:17 2021 +0100 @@ -159,6 +159,9 @@ elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "23ad1b9c7800") # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0) set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "ae0e3fd609df") + # WSI 1.1 (framework pre-1.9.8), to remove "-std=c++11" + set(ORTHANC_FRAMEWORK_MD5 "7a54f4ebb5b78614f987cf5e6e7b233c") endif() endif() endif()