summaryrefslogtreecommitdiffstats
path: root/Utilities/cmjsoncpp
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-12-18 14:57:55 (GMT)
committerBrad King <brad.king@kitware.com>2015-12-18 15:02:28 (GMT)
commita5dd0c9d427d66f7e361b0aa714a0a41b65ae4f0 (patch)
tree2b9b3b773b966be74081982c51d7684f93f49083 /Utilities/cmjsoncpp
parent036b6ef7c47ccb19f291d2f36df37aaf885b4ba8 (diff)
downloadCMake-a5dd0c9d427d66f7e361b0aa714a0a41b65ae4f0.zip
CMake-a5dd0c9d427d66f7e361b0aa714a0a41b65ae4f0.tar.gz
CMake-a5dd0c9d427d66f7e361b0aa714a0a41b65ae4f0.tar.bz2
Add option to use a system-installed KWIML
Do not activate it with the general use-system-libs options for now because KWIML is not commonly distributed or available.
Diffstat (limited to 'Utilities/cmjsoncpp')
-rw-r--r--Utilities/cmjsoncpp/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmjsoncpp/CMakeLists.txt b/Utilities/cmjsoncpp/CMakeLists.txt
index 1c863f8..d0114e7 100644
--- a/Utilities/cmjsoncpp/CMakeLists.txt
+++ b/Utilities/cmjsoncpp/CMakeLists.txt
@@ -23,3 +23,4 @@ include_directories(
)
add_library(cmjsoncpp ${JSONCPP_SOURCES})
+target_link_libraries(cmjsoncpp ${CMake_KWIML_LIBRARIES})