comparison ViewerPlugin/CMakeLists.txt @ 81:d101055fc20b

move of third party downloads to the main server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Nov 2016 13:31:23 +0100
parents a8c90aa32ca6
children 4b0e0f7c9957
comparison
equal deleted inserted replaced
80:d69ecac78671 81:d101055fc20b
119 ##################################################################### 119 #####################################################################
120 120
121 if (STATIC_BUILD OR NOT USE_SYSTEM_OPENLAYERS) 121 if (STATIC_BUILD OR NOT USE_SYSTEM_OPENLAYERS)
122 DownloadPackage( 122 DownloadPackage(
123 "77e57aad873c2d4deea8bb1446e9b87a" 123 "77e57aad873c2d4deea8bb1446e9b87a"
124 "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WSI/openlayers-3.19.0-dist.zip" 124 "http://www.orthanc-server.com/downloads/third-party/WSI/openlayers-3.19.0-dist.zip"
125 "v3.19.0-dist") 125 "v3.19.0-dist")
126 126
127 set(OPENLAYERS_RESOURCES 127 set(OPENLAYERS_RESOURCES
128 OPENLAYERS_CSS ${CMAKE_CURRENT_BINARY_DIR}/v3.19.0-dist/ol.css 128 OPENLAYERS_CSS ${CMAKE_CURRENT_BINARY_DIR}/v3.19.0-dist/ol.css
129 OPENLAYERS_JS ${CMAKE_CURRENT_BINARY_DIR}/v3.19.0-dist/ol.js 129 OPENLAYERS_JS ${CMAKE_CURRENT_BINARY_DIR}/v3.19.0-dist/ol.js