Mercurial > hg > orthanc
comparison OrthancFramework/Resources/CMake/UuidConfiguration.cmake @ 5271:c5f243ad7103
switch third party downloads to UCLouvain which provides faster network
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 13 Apr 2023 16:39:16 +0200 |
parents | 0ea402b4d901 |
children | aa1c09fa6632 |
comparison
equal
deleted
inserted
replaced
5269:c3f425e78539 | 5271:c5f243ad7103 |
---|---|
21 | 21 |
22 if (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows") | 22 if (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows") |
23 | 23 |
24 if (STATIC_BUILD OR NOT USE_SYSTEM_UUID) | 24 if (STATIC_BUILD OR NOT USE_SYSTEM_UUID) |
25 SET(E2FSPROGS_SOURCES_DIR ${CMAKE_BINARY_DIR}/e2fsprogs-1.44.5) | 25 SET(E2FSPROGS_SOURCES_DIR ${CMAKE_BINARY_DIR}/e2fsprogs-1.44.5) |
26 SET(E2FSPROGS_URL "http://orthanc.osimis.io/ThirdPartyDownloads/e2fsprogs-1.44.5.tar.gz") | 26 SET(E2FSPROGS_URL "https://orthanc.uclouvain.be/third-party-downloads/e2fsprogs-1.44.5.tar.gz") |
27 SET(E2FSPROGS_MD5 "8d78b11d04d26c0b2dd149529441fa80") | 27 SET(E2FSPROGS_MD5 "8d78b11d04d26c0b2dd149529441fa80") |
28 | 28 |
29 if (IS_DIRECTORY "${E2FSPROGS_SOURCES_DIR}") | 29 if (IS_DIRECTORY "${E2FSPROGS_SOURCES_DIR}") |
30 set(FirstRun OFF) | 30 set(FirstRun OFF) |
31 else() | 31 else() |