comparison Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 131:11530895e0b2

run SyncOrthancFolder.py
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 13 Nov 2023 18:22:42 +0100
parents 7381a7674b36
children 89560460907d
comparison
equal deleted inserted replaced
130:93008e52c86f 131:11530895e0b2
179 # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0) 179 # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0)
180 set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00") 180 set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00")
181 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "b2e08d83e21d") 181 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "b2e08d83e21d")
182 # WSI 1.1 (framework pre-1.10.0), to remove "-std=c++11" 182 # WSI 1.1 (framework pre-1.10.0), to remove "-std=c++11"
183 set(ORTHANC_FRAMEWORK_MD5 "2eaa073cbb4b44ffba199ad93393b2b1") 183 set(ORTHANC_FRAMEWORK_MD5 "2eaa073cbb4b44ffba199ad93393b2b1")
184 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "daf4807631c5")
185 # DICOMweb 1.15 (framework pre-1.12.2)
186 set(ORTHANC_FRAMEWORK_MD5 "c644aff2817306b3207c98c92e43f35f")
184 endif() 187 endif()
185 endif() 188 endif()
186 endif() 189 endif()
187 190
188 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path") 191 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path")
266 RESULT_VARIABLE Failure 269 RESULT_VARIABLE Failure
267 ) 270 )
268 else() 271 else()
269 message("Forking the Orthanc source repository using Mercurial") 272 message("Forking the Orthanc source repository using Mercurial")
270 execute_process( 273 execute_process(
271 COMMAND ${ORTHANC_FRAMEWORK_HG} clone "https://hg.orthanc-server.com/orthanc/" 274 COMMAND ${ORTHANC_FRAMEWORK_HG} clone "https://orthanc.uclouvain.be/hg/orthanc/"
272 WORKING_DIRECTORY ${CMAKE_BINARY_DIR} 275 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
273 RESULT_VARIABLE Failure 276 RESULT_VARIABLE Failure
274 ) 277 )
275 endif() 278 endif()
276 279