Merge topic 'target-SKIP_LINTING'

f100769d72 Add `SKIP_LINTING` target property and `CMAKE_SKIP_LINTING` variable
0d6b5d54b2 Tests/RunCMake/MultiLint: Extract test preparation code into separate file
3a21092d75 Tests/RunCMake/MultiLint: Refactor test runs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !11139
This commit is contained in:
Brad King
2025-09-10 13:53:11 +00:00
committed by Kitware Robot
17 changed files with 163 additions and 49 deletions

View File

@@ -0,0 +1,9 @@
CMAKE_SKIP_LINTING
------------------
.. versionadded:: 4.2
Default value for the :prop_tgt:`SKIP_LINTING` target property.
This is used to initialize the :prop_tgt:`SKIP_LINTING` target property
for all targets created *afterward*.