diff OrthancStone/Resources/CMake/PixmanConfiguration.cmake @ 2111:f8f80e432abc

third party downloads from uclouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Dec 2023 22:37:30 +0100
parents 07964689cb0b
children c23eef785569
line wrap: on
line diff
--- a/OrthancStone/Resources/CMake/PixmanConfiguration.cmake	Wed Dec 20 22:20:58 2023 +0100
+++ b/OrthancStone/Resources/CMake/PixmanConfiguration.cmake	Wed Dec 20 22:37:30 2023 +0100
@@ -21,7 +21,7 @@
 
 if (STATIC_BUILD OR NOT USE_SYSTEM_PIXMAN)
   SET(PIXMAN_SOURCES_DIR ${CMAKE_BINARY_DIR}/pixman-0.34.0)
-  SET(PIXMAN_URL "http://orthanc.osimis.io/ThirdPartyDownloads/pixman-0.34.0.tar.gz")
+  SET(PIXMAN_URL "https://orthanc.uclouvain.be/downloads/third-party-downloads/pixman-0.34.0.tar.gz")
   SET(PIXMAN_MD5 "e80ebae4da01e77f68744319f01d52a3")
 
   if (IS_DIRECTORY "${PIXMAN_SOURCES_DIR}")