diff Resources/CMake/SQLiteConfiguration.cmake @ 3160:fc9a4a2dad63

merge
author Alain Mazy <alain@mazy.be>
date Thu, 24 Jan 2019 10:55:19 +0100
parents 0c2a8d5e0097
children 508fa367c493
line wrap: on
line diff
--- a/Resources/CMake/SQLiteConfiguration.cmake	Thu Jan 24 10:54:47 2019 +0100
+++ b/Resources/CMake/SQLiteConfiguration.cmake	Thu Jan 24 10:55:19 2019 +0100
@@ -17,7 +17,7 @@
 if (SQLITE_STATIC)
   SET(SQLITE_SOURCES_DIR ${CMAKE_BINARY_DIR}/sqlite-amalgamation-3210000)
   SET(SQLITE_MD5 "fe330e88d81e77e1e61554a370ae5001")
-  SET(SQLITE_URL "http://www.orthanc-server.com/downloads/third-party/sqlite-amalgamation-3210000.zip")
+  SET(SQLITE_URL "http://orthanc.osimis.io/ThirdPartyDownloads/sqlite-amalgamation-3210000.zip")
 
   add_definitions(-DORTHANC_SQLITE_VERSION=3021000)