mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
Merge topic 'clang-tidy-for-objc'
1134064e22 clang-tidy: allow OBJC and OBJCXX
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5467
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user