comparison Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 65:1078942460cc

sync orthanc folder
author Alain Mazy <am@osimis.io>
date Mon, 13 Nov 2023 21:15:34 +0100
parents 5fb01c588287
children 2f162e8b19ba
comparison
equal deleted inserted replaced
64:5fb01c588287 65:1078942460cc
269 RESULT_VARIABLE Failure 269 RESULT_VARIABLE Failure
270 ) 270 )
271 else() 271 else()
272 message("Forking the Orthanc source repository using Mercurial") 272 message("Forking the Orthanc source repository using Mercurial")
273 execute_process( 273 execute_process(
274 COMMAND ${ORTHANC_FRAMEWORK_HG} clone "https://hg.orthanc-server.com/orthanc/" 274 COMMAND ${ORTHANC_FRAMEWORK_HG} clone "https://orthanc.uclouvain.be/hg/orthanc/"
275 WORKING_DIRECTORY ${CMAKE_BINARY_DIR} 275 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
276 RESULT_VARIABLE Failure 276 RESULT_VARIABLE Failure
277 ) 277 )
278 endif() 278 endif()
279 279