diff options
author | Brad King <brad.king@kitware.com> | 2017-05-08 13:50:52 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-05-08 13:51:02 (GMT) |
commit | 733555020988e7f9362ebb9ef2cca5ec227244d5 (patch) | |
tree | b5c7092710a76db2d20a944ccf92310c306f7716 | |
parent | 0361ca52f66fa3dbc369b7930c1d44f063d337e6 (diff) | |
parent | e446fa4eb46a1419767c01dcd9084b63fb13ab4c (diff) | |
download | CMake-733555020988e7f9362ebb9ef2cca5ec227244d5.zip CMake-733555020988e7f9362ebb9ef2cca5ec227244d5.tar.gz CMake-733555020988e7f9362ebb9ef2cca5ec227244d5.tar.bz2 |
Merge topic 'jsoncpp-no-iwyu'
e446fa4e jsoncpp: Exclude from include-what-you-use
Acked-by: Kitware Robot <kwrobot@kitware.com>
Reviewed-by: Daniel Pfeifer <daniel@pfeifer-mail.de>
Merge-request: !810
-rw-r--r-- | Utilities/cmjsoncpp/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmjsoncpp/CMakeLists.txt b/Utilities/cmjsoncpp/CMakeLists.txt index d0114e7..bc9076e 100644 --- a/Utilities/cmjsoncpp/CMakeLists.txt +++ b/Utilities/cmjsoncpp/CMakeLists.txt @@ -24,3 +24,4 @@ include_directories( add_library(cmjsoncpp ${JSONCPP_SOURCES}) target_link_libraries(cmjsoncpp ${CMake_KWIML_LIBRARIES}) +set_property(TARGET cmjsoncpp PROPERTY CXX_INCLUDE_WHAT_YOU_USE "") |