comparison Resources/DownloadOrthancFramework.cmake @ 3853:ba53d51ffa9a

leaving bitbucket
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 20 Apr 2020 18:13:31 +0200
parents df69a5fdc836
children dd0fcbf6a791
comparison
equal deleted inserted replaced
3852:ee0a1211419f 3853:ba53d51ffa9a
214 RESULT_VARIABLE Failure 214 RESULT_VARIABLE Failure
215 ) 215 )
216 else() 216 else()
217 message("Forking the Orthanc source repository using Mercurial") 217 message("Forking the Orthanc source repository using Mercurial")
218 execute_process( 218 execute_process(
219 COMMAND ${ORTHANC_FRAMEWORK_HG} clone "https://bitbucket.org/sjodogne/orthanc" 219 COMMAND ${ORTHANC_FRAMEWORK_HG} clone "https://hg.orthanc-server.com/orthanc/"
220 WORKING_DIRECTORY ${CMAKE_BINARY_DIR} 220 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
221 RESULT_VARIABLE Failure 221 RESULT_VARIABLE Failure
222 ) 222 )
223 endif() 223 endif()
224 224