comparison Resources/CMake/LibPngConfiguration.cmake @ 4251:6784a119484d Orthanc-0.8.6

hotpatch to make Orthanc 0.8.6 compile on Ubuntu 16.04
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Oct 2020 13:56:50 +0200
parents ee0d5abf7958
children
comparison
equal deleted inserted replaced
2757:fef260693d4e 4251:6784a119484d
1 if (STATIC_BUILD OR NOT USE_SYSTEM_LIBPNG) 1 if (STATIC_BUILD OR NOT USE_SYSTEM_LIBPNG)
2 SET(LIBPNG_SOURCES_DIR ${CMAKE_BINARY_DIR}/libpng-1.5.12) 2 SET(LIBPNG_SOURCES_DIR ${CMAKE_BINARY_DIR}/libpng-1.5.12)
3 DownloadPackage( 3 DownloadPackage(
4 "8ea7f60347a306c5faf70b977fa80e28" 4 "8ea7f60347a306c5faf70b977fa80e28"
5 "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/libpng-1.5.12.tar.gz" 5 "http://www.orthanc-server.com/downloads/third-party/libpng-1.5.12.tar.gz"
6 "${LIBPNG_SOURCES_DIR}") 6 "${LIBPNG_SOURCES_DIR}")
7 7
8 include_directories( 8 include_directories(
9 ${LIBPNG_SOURCES_DIR} 9 ${LIBPNG_SOURCES_DIR}
10 ) 10 )