Mercurial > hg > orthanc-postgresql
changeset 123:1e2c87b624c2
move of third party downloads to the main server
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 29 Nov 2016 13:27:43 +0100 |
parents | 2ae0b98697f5 |
children | 2b2f1b76aae0 |
files | Resources/CMake/PostgreSQLConfiguration.cmake |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")