changeset 210:d89f4f9502dd

moving third-party dependencies to another server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2019 11:57:19 +0100
parents 2f27287c047c
children b7228dddb378
files Resources/CMake/GdcmConfiguration.cmake Resources/CMake/JavaScriptLibraries.cmake Resources/Orthanc/DownloadOrthancFramework.cmake
diffstat 3 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/CMake/GdcmConfiguration.cmake	Mon Dec 24 13:47:11 2018 +0100
+++ b/Resources/CMake/GdcmConfiguration.cmake	Thu Jan 17 11:57:19 2019 +0100
@@ -75,7 +75,7 @@
 
   include(ExternalProject)
   externalproject_add(GDCM
-    URL "http://www.orthanc-server.com/downloads/third-party/gdcm-2.8.4.tar.gz"
+    URL "http://orthanc.osimis.io/ThirdPartyDownloads/gdcm-2.8.4.tar.gz"
     URL_MD5 "ce957b0bc1be4e8019162a10ca15432f"
     TIMEOUT 60
     CMAKE_ARGS -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} ${Flags}
--- a/Resources/CMake/JavaScriptLibraries.cmake	Mon Dec 24 13:47:11 2018 +0100
+++ b/Resources/CMake/JavaScriptLibraries.cmake	Thu Jan 17 11:57:19 2019 +0100
@@ -17,7 +17,7 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 
-set(BASE_URL "http://www.orthanc-server.com/downloads/third-party/WebViewer")
+set(BASE_URL "http://orthanc.osimis.io/ThirdPartyDownloads/web-viewer")
 
 DownloadPackage(
   "dbf236ede85e7b7871c9a42edad16d81"
--- a/Resources/Orthanc/DownloadOrthancFramework.cmake	Mon Dec 24 13:47:11 2018 +0100
+++ b/Resources/Orthanc/DownloadOrthancFramework.cmake	Thu Jan 17 11:57:19 2019 +0100
@@ -229,8 +229,7 @@
   else()
     # Default case: Download from the official Web site
     set(ORTHANC_FRAMEMORK_FILENAME Orthanc-${ORTHANC_FRAMEWORK_VERSION}.tar.gz)
-    #set(ORTHANC_FRAMEWORK_URL "http://www.orthanc-server.com/downloads/get.php?path=/orthanc/${ORTHANC_FRAMEMORK_FILENAME}")
-    set(ORTHANC_FRAMEWORK_URL "http://www.orthanc-server.com/downloads/third-party/orthanc-framework/${ORTHANC_FRAMEMORK_FILENAME}")
+    set(ORTHANC_FRAMEWORK_URL "http://orthanc.osimis.io/ThirdPartyDownloads/orthanc-framework/${ORTHANC_FRAMEMORK_FILENAME}")
   endif()
 
   set(ORTHANC_FRAMEWORK_ARCHIVE "${CMAKE_SOURCE_DIR}/ThirdPartyDownloads/${ORTHANC_FRAMEMORK_FILENAME}")