Mercurial > hg > orthanc-python
comparison Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 145:8b310d571e5b
sync orthanc folder
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 13 Nov 2023 21:12:54 +0100 |
parents | 4cf3c2bc119f |
children | 8335b42be9fc |
comparison
equal
deleted
inserted
replaced
144:93c6f12bf339 | 145:8b310d571e5b |
---|---|
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 |