comparison Resources/CMake/LibJpegConfiguration.cmake @ 3133:0c2a8d5e0097

moving third-party dependencies to another server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jan 2019 15:51:32 +0100
parents 74d0953a3681
children 2b547eaed193
comparison
equal deleted inserted replaced
3131:50044323a721 3133:0c2a8d5e0097
1 if (STATIC_BUILD OR NOT USE_SYSTEM_LIBJPEG) 1 if (STATIC_BUILD OR NOT USE_SYSTEM_LIBJPEG)
2 set(LIBJPEG_SOURCES_DIR ${CMAKE_BINARY_DIR}/jpeg-9a) 2 set(LIBJPEG_SOURCES_DIR ${CMAKE_BINARY_DIR}/jpeg-9a)
3 DownloadPackage( 3 DownloadPackage(
4 "3353992aecaee1805ef4109aadd433e7" 4 "3353992aecaee1805ef4109aadd433e7"
5 "http://www.orthanc-server.com/downloads/third-party/jpegsrc.v9a.tar.gz" 5 "http://orthanc.osimis.io/ThirdPartyDownloads/jpegsrc.v9a.tar.gz"
6 "${LIBJPEG_SOURCES_DIR}") 6 "${LIBJPEG_SOURCES_DIR}")
7 7
8 include_directories( 8 include_directories(
9 ${LIBJPEG_SOURCES_DIR} 9 ${LIBJPEG_SOURCES_DIR}
10 ) 10 )