comparison Resources/CMake/PostgreSQLConfiguration.cmake @ 405:1938ba8fba35

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Apr 2023 13:49:53 +0200
parents 3d6886f3e5b3
children d700c8f9fc24
comparison
equal deleted inserted replaced
394:2fd272ea8f00 405:1938ba8fba35
52 SET(LIBPQ_VERSION ${LIBPQ_MAJOR}.${LIBPQ_MINOR}) 52 SET(LIBPQ_VERSION ${LIBPQ_MAJOR}.${LIBPQ_MINOR})
53 53
54 SET(LIBPQ_SOURCES_DIR ${CMAKE_BINARY_DIR}/postgresql-${LIBPQ_VERSION}) 54 SET(LIBPQ_SOURCES_DIR ${CMAKE_BINARY_DIR}/postgresql-${LIBPQ_VERSION})
55 DownloadPackage( 55 DownloadPackage(
56 "551302a823a1ab48b4ed14166beebba9" 56 "551302a823a1ab48b4ed14166beebba9"
57 "http://orthanc.osimis.io/ThirdPartyDownloads/postgresql-${LIBPQ_VERSION}.tar.gz" 57 "https://orthanc.uclouvain.be/third-party-downloads/postgresql-${LIBPQ_VERSION}.tar.gz"
58 "${LIBPQ_SOURCES_DIR}") 58 "${LIBPQ_SOURCES_DIR}")
59 59
60 60
61 ## 61 ##
62 ## Platform-specific configuration 62 ## Platform-specific configuration