comparison ViewerPlugin/CMakeLists.txt @ 158:06bb728ee5fd

moving third-party dependencies to another server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2019 11:49:40 +0100
parents 1304498491e4
children 030c3729ff0c
comparison
equal deleted inserted replaced
157:6b8ccfc02051 158:06bb728ee5fd
103 ##################################################################### 103 #####################################################################
104 104
105 if (STATIC_BUILD OR NOT USE_SYSTEM_OPENLAYERS) 105 if (STATIC_BUILD OR NOT USE_SYSTEM_OPENLAYERS)
106 DownloadPackage( 106 DownloadPackage(
107 "77e57aad873c2d4deea8bb1446e9b87a" 107 "77e57aad873c2d4deea8bb1446e9b87a"
108 "http://www.orthanc-server.com/downloads/third-party/WSI/openlayers-3.19.0-dist.zip" 108 "http://orthanc.osimis.io/ThirdPartyDownloads/openlayers-3.19.0-dist.zip"
109 "v3.19.0-dist") 109 "v3.19.0-dist")
110 110
111 set(OPENLAYERS_RESOURCES 111 set(OPENLAYERS_RESOURCES
112 OPENLAYERS_CSS ${CMAKE_CURRENT_BINARY_DIR}/v3.19.0-dist/ol.css 112 OPENLAYERS_CSS ${CMAKE_CURRENT_BINARY_DIR}/v3.19.0-dist/ol.css
113 OPENLAYERS_JS ${CMAKE_CURRENT_BINARY_DIR}/v3.19.0-dist/ol.js 113 OPENLAYERS_JS ${CMAKE_CURRENT_BINARY_DIR}/v3.19.0-dist/ol.js