summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-21 21:36:22 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-01-21 21:36:22 (GMT)
commit40c11f0f62af1365cee44111429946862b5cf93f (patch)
treed02fc88fc377677e346f5fa9f78a2b8371013f7d /Source
parentafd998373da0d0c39266b5c7a078ee48aa939554 (diff)
parent27c6da933ec1dd4028bb80e4adf2fa7309ef4a04 (diff)
downloadCMake-40c11f0f62af1365cee44111429946862b5cf93f.zip
CMake-40c11f0f62af1365cee44111429946862b5cf93f.tar.gz
CMake-40c11f0f62af1365cee44111429946862b5cf93f.tar.bz2
Merge topic 'jsoncpp-third-party'
27c6da93 Add option to build CMake against a system jsoncpp
Diffstat (limited to 'Source')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 435b654..af4c7cf 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -503,7 +503,7 @@ target_link_libraries(CMakeLib cmsys
${CMAKE_EXPAT_LIBRARIES} ${CMAKE_ZLIB_LIBRARIES}
${CMAKE_TAR_LIBRARIES} ${CMAKE_COMPRESS_LIBRARIES}
${CMAKE_CURL_LIBRARIES}
- cmjsoncpp
+ ${CMAKE_JSONCPP_LIBRARIES}
)
# On Apple we need CoreFoundation