# HG changeset patch # User Sebastien Jodogne # Date 1480422463 -3600 # Node ID 1e2c87b624c2ad43c5e2bd374c6b357d90357519 # Parent 2ae0b98697f50be67eb52042e210e92e2d49846c move of third party downloads to the main server diff -r 2ae0b98697f5 -r 1e2c87b624c2 Resources/CMake/PostgreSQLConfiguration.cmake --- a/Resources/CMake/PostgreSQLConfiguration.cmake Tue Nov 29 13:27:24 2016 +0100 +++ b/Resources/CMake/PostgreSQLConfiguration.cmake Tue Nov 29 13:27:43 2016 +0100 @@ -26,7 +26,7 @@ SET(PQ_SOURCES_DIR ${CMAKE_BINARY_DIR}/postgresql-9.6.1) DownloadPackage( "eaa7e267e89ea1ed2693d2b88d3cd290" - "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/postgresql-9.6.1.tar.gz" + "http://www.orthanc-server.com/downloads/third-party/postgresql-9.6.1.tar.gz" "${PQ_SOURCES_DIR}") if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")