comparison OrthancStone/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 2101:517ef20aef74

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 14 Nov 2023 11:44:46 +0100
parents 3ef91da06636
children 5653b6335642
comparison
equal deleted inserted replaced
2099:67db5afb305d 2101:517ef20aef74
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