comparison OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake @ 5421:5df462e0bfba

new location of mercurial server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 13 Nov 2023 18:13:45 +0100
parents d857c6210c50
children aa1c09fa6632
comparison
equal deleted inserted replaced
5419:ac4e9fb87615 5421:5df462e0bfba
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