diff options
author | Brad King <brad.king@kitware.com> | 2017-08-30 14:54:43 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-08-30 14:55:24 (GMT) |
commit | 82d9bbf2b713de4db2810c202db26c4b18a22e9c (patch) | |
tree | 38595a29e14f4b0ee2129e36b33a5865c035cde7 /Help/variable | |
parent | 2df8dbcdf26f6301d4c23e0988d6e4ebe3b7cae5 (diff) | |
parent | 311b7b1a7095ec460fab950a6767571eb3b9652c (diff) | |
download | CMake-82d9bbf2b713de4db2810c202db26c4b18a22e9c.zip CMake-82d9bbf2b713de4db2810c202db26c4b18a22e9c.tar.gz CMake-82d9bbf2b713de4db2810c202db26c4b18a22e9c.tar.bz2 |
Merge topic 'add-cppcheck'
311b7b1a Add properties to run cppcheck along with the compiler
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1147
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_LANG_CPPCHECK.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LANG_CPPCHECK.rst b/Help/variable/CMAKE_LANG_CPPCHECK.rst new file mode 100644 index 0000000..50b478f --- /dev/null +++ b/Help/variable/CMAKE_LANG_CPPCHECK.rst @@ -0,0 +1,6 @@ +CMAKE_<LANG>_CPPCHECK +--------------------- + +Default value for :prop_tgt:`<LANG>_CPPCHECK` target property. This variable +is used to initialize the property on each target as it is created. This +is done only when ``<LANG>`` is ``C`` or ``CXX``. |