summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorAndrew Fuller <afuller@teradici.com>2020-11-05 04:46:51 (GMT)
committerAndrew Fuller <afuller@teradici.com>2020-11-05 19:39:32 (GMT)
commit1134064e22828605ce1ea387b8f96e38e5705463 (patch)
tree0b9caf582aca776f95814fc2f4a2b79dc74752cb /Help/variable
parentda0a7d28a4560c3e135936c91d97b104c01616ad (diff)
downloadCMake-1134064e22828605ce1ea387b8f96e38e5705463.zip
CMake-1134064e22828605ce1ea387b8f96e38e5705463.tar.gz
CMake-1134064e22828605ce1ea387b8f96e38e5705463.tar.bz2
clang-tidy: allow OBJC and OBJCXX
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_LANG_CLANG_TIDY.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_LANG_CLANG_TIDY.rst b/Help/variable/CMAKE_LANG_CLANG_TIDY.rst
index 78f0f6a..32e27b0 100644
--- a/Help/variable/CMAKE_LANG_CLANG_TIDY.rst
+++ b/Help/variable/CMAKE_LANG_CLANG_TIDY.rst
@@ -4,7 +4,7 @@ CMAKE_<LANG>_CLANG_TIDY
.. versionadded:: 3.6
Default value for :prop_tgt:`<LANG>_CLANG_TIDY` target property
-when ``<LANG>`` is ``C`` or ``CXX``.
+when ``<LANG>`` is ``C``, ``CXX``, ``OBJC`` or ``OBJCXX``.
This variable is used to initialize the property on each target as it is
created. For example: