comparison Resources/CMake/JsonCppConfiguration.cmake @ 492:f3d4193c571a

switch to jsoncpp-0.6.0-rc2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Jul 2013 11:19:09 +0200
parents 5f6d75cd4b46
children 27d32fc6209a
comparison
equal deleted inserted replaced
491:c56e9480183a 492:f3d4193c571a
6 6
7 include_directories(/usr/include/jsoncpp) 7 include_directories(/usr/include/jsoncpp)
8 link_libraries(jsoncpp) 8 link_libraries(jsoncpp)
9 9
10 else() 10 else()
11 SET(JSONCPP_SOURCES_DIR ${CMAKE_BINARY_DIR}/jsoncpp-src-0.5.0) 11 SET(JSONCPP_SOURCES_DIR ${CMAKE_BINARY_DIR}/jsoncpp-src-0.6.0-rc2)
12 DownloadPackage( 12 DownloadPackage(
13 "24482b67c1cb17aac1ed1814288a3a8f" 13 "363e2f4cbd3aeb63bf4e571f377400fb"
14 "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/jsoncpp-src-0.5.0.tar.gz" 14 "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/jsoncpp-src-0.6.0-rc2.tar.gz"
15 "${JSONCPP_SOURCES_DIR}" "" "") 15 "${JSONCPP_SOURCES_DIR}" "" "")
16 16
17 list(APPEND THIRD_PARTY_SOURCES 17 list(APPEND THIRD_PARTY_SOURCES
18 ${JSONCPP_SOURCES_DIR}/src/lib_json/json_reader.cpp 18 ${JSONCPP_SOURCES_DIR}/src/lib_json/json_reader.cpp
19 ${JSONCPP_SOURCES_DIR}/src/lib_json/json_value.cpp 19 ${JSONCPP_SOURCES_DIR}/src/lib_json/json_value.cpp