comparison Resources/CMake/JavaScriptLibraries.cmake @ 210:d89f4f9502dd

moving third-party dependencies to another server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2019 11:57:19 +0100
parents 2f27287c047c
children aee499712ac4
comparison
equal deleted inserted replaced
209:2f27287c047c 210:d89f4f9502dd
15 # 15 #
16 # You should have received a copy of the GNU Affero General Public License 16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 19
20 set(BASE_URL "http://www.orthanc-server.com/downloads/third-party/WebViewer") 20 set(BASE_URL "http://orthanc.osimis.io/ThirdPartyDownloads/web-viewer")
21 21
22 DownloadPackage( 22 DownloadPackage(
23 "dbf236ede85e7b7871c9a42edad16d81" 23 "dbf236ede85e7b7871c9a42edad16d81"
24 "${BASE_URL}/cornerstone-0.11.0.zip" 24 "${BASE_URL}/cornerstone-0.11.0.zip"
25 "${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.11.0") 25 "${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.11.0")