diff Resources/CMake/SQLiteConfiguration.cmake @ 4251:6784a119484d Orthanc-0.8.6

hotpatch to make Orthanc 0.8.6 compile on Ubuntu 16.04
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Oct 2020 13:56:50 +0200
parents ee0d5abf7958
children
line wrap: on
line diff
--- a/Resources/CMake/SQLiteConfiguration.cmake	Tue Jul 17 09:41:15 2018 +0200
+++ b/Resources/CMake/SQLiteConfiguration.cmake	Thu Oct 15 13:56:50 2020 +0200
@@ -2,7 +2,7 @@
   SET(SQLITE_SOURCES_DIR ${CMAKE_BINARY_DIR}/sqlite-amalgamation-3071300)
   DownloadPackage(
     "5fbeff9645ab035a1f580e90b279a16d"
-    "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/sqlite-amalgamation-3071300.zip"
+    "http://www.orthanc-server.com/downloads/third-party/sqlite-amalgamation-3071300.zip"
     "${SQLITE_SOURCES_DIR}")
 
   list(APPEND THIRD_PARTY_SOURCES