comparison Resources/CMake/JsonCppConfiguration.cmake @ 2782:64e3d4ab158d

find sandboxed builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Jul 2018 10:39:08 +0200
parents 0611aa383e62
children 0c2a8d5e0097
comparison
equal deleted inserted replaced
2781:13038d638097 2782:64e3d4ab158d
24 24
25 include_directories( 25 include_directories(
26 ${JSONCPP_SOURCES_DIR}/include 26 ${JSONCPP_SOURCES_DIR}/include
27 ) 27 )
28 28
29 if (NOT ENABLE_LOCALE)
30 add_definitions(-DJSONCPP_NO_LOCALE_SUPPORT=1)
31 endif()
32
29 source_group(ThirdParty\\JsonCpp REGULAR_EXPRESSION ${JSONCPP_SOURCES_DIR}/.*) 33 source_group(ThirdParty\\JsonCpp REGULAR_EXPRESSION ${JSONCPP_SOURCES_DIR}/.*)
30 34
31 else() 35 else()
32 find_path(JSONCPP_INCLUDE_DIR json/reader.h 36 find_path(JSONCPP_INCLUDE_DIR json/reader.h
33 /usr/include/jsoncpp 37 /usr/include/jsoncpp