diff options
author | Andrew Fuller <afuller@teradici.com> | 2020-11-05 04:46:51 (GMT) |
---|---|---|
committer | Andrew Fuller <afuller@teradici.com> | 2020-11-05 19:39:32 (GMT) |
commit | 1134064e22828605ce1ea387b8f96e38e5705463 (patch) | |
tree | 0b9caf582aca776f95814fc2f4a2b79dc74752cb /Source/cmTarget.cxx | |
parent | da0a7d28a4560c3e135936c91d97b104c01616ad (diff) | |
download | CMake-1134064e22828605ce1ea387b8f96e38e5705463.zip CMake-1134064e22828605ce1ea387b8f96e38e5705463.tar.gz CMake-1134064e22828605ce1ea387b8f96e38e5705463.tar.bz2 |
clang-tidy: allow OBJC and OBJCXX
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 0860b71..35224eb 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -372,6 +372,8 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type, initProp("ISPC_INSTRUCTION_SETS"); initProp("LINK_SEARCH_START_STATIC"); initProp("LINK_SEARCH_END_STATIC"); + initProp("OBJC_CLANG_TIDY"); + initProp("OBJCXX_CLANG_TIDY"); initProp("Swift_LANGUAGE_VERSION"); initProp("Swift_MODULE_DIRECTORY"); initProp("VS_JUST_MY_CODE_DEBUGGING"); |