comparison Resources/CMake/LibJpegConfiguration.cmake @ 3286:2b547eaed193

upgrade to libjpeg 9c
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 21 Feb 2019 18:19:56 +0100
parents 0c2a8d5e0097
children
comparison
equal deleted inserted replaced
3285:3f7d4b735f95 3286:2b547eaed193
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-9c)
3 DownloadPackage( 3 DownloadPackage(
4 "3353992aecaee1805ef4109aadd433e7" 4 "93c62597eeef81a84d988bccbda1e990"
5 "http://orthanc.osimis.io/ThirdPartyDownloads/jpegsrc.v9a.tar.gz" 5 "http://orthanc.osimis.io/ThirdPartyDownloads/jpegsrc.v9c.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 )