mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Merge topic 'target-SKIP_LINTING'
f100769d72Add `SKIP_LINTING` target property and `CMAKE_SKIP_LINTING` variable0d6b5d54b2Tests/RunCMake/MultiLint: Extract test preparation code into separate file3a21092d75Tests/RunCMake/MultiLint: Refactor test runs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !11139
This commit is contained in:
@@ -465,6 +465,7 @@ TargetProperty const StaticTargetProperties[] = {
|
||||
{ "Fortran_LINKER_LAUNCHER"_s, IC::CanCompileSources },
|
||||
|
||||
// Static analysis
|
||||
{ "SKIP_LINTING"_s, IC::CanCompileSources },
|
||||
// -- C
|
||||
{ "C_CLANG_TIDY"_s, IC::CanCompileSources },
|
||||
{ "C_CLANG_TIDY_EXPORT_FIXES_DIR"_s, IC::CanCompileSources },
|
||||
@@ -1805,6 +1806,7 @@ void cmTarget::CopyImportedCxxModulesProperties(cmTarget const* tgt)
|
||||
"CXX_CPPCHECK",
|
||||
"CXX_ICSTAT",
|
||||
"CXX_INCLUDE_WHAT_YOU_USE",
|
||||
"SKIP_LINTING",
|
||||
|
||||
// Build graph properties
|
||||
"EXCLUDE_FROM_ALL",
|
||||
|
||||
Reference in New Issue
Block a user