comparison Resources/CMake/LibPngConfiguration.cmake @ 553:27d32fc6209a

simplifications to cmake, use a digest of boost 1.54.0 thanks bcp
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Sep 2013 15:06:16 +0200
parents 5f6d75cd4b46
children d775a3cb5a06
comparison
equal deleted inserted replaced
552:938d8461cf8f 553:27d32fc6209a
1 if (${STATIC_BUILD}) 1 if (${STATIC_BUILD})
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.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/libpng-1.5.12.tar.gz"
6 "${LIBPNG_SOURCES_DIR}" "${LIBPNG_PRELOADED}" "") 6 "${LIBPNG_SOURCES_DIR}")
7 7
8 include_directories( 8 include_directories(
9 ${LIBPNG_SOURCES_DIR} 9 ${LIBPNG_SOURCES_DIR}
10 ) 10 )
11 11