Merge topic 'codespell'

d2752135cb codespell: Fix typos found by version 2.4

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10236
This commit is contained in:
Brad King
2025-01-28 13:25:33 +00:00
committed by Kitware Robot
6 changed files with 6 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ skip =
# noqa: spellcheck off
ignore-words-list =
abd,
aci,
ags,
ake,

View File

@@ -26,7 +26,7 @@
variables:
# Debug and RelWithDebinfo build types use the `/Zi` which results in
# uncacheable compiations.
# uncacheable compilations.
# https://github.com/mozilla/sccache/issues/242
CMAKE_CI_BUILD_TYPE: Release
CTEST_NO_WARNINGS_ALLOWED: 1

View File

@@ -6,7 +6,7 @@ CMP0120
The :module:`WriteCompilerDetectionHeader` module is removed.
CMake versions 3.1 through 3.19 provide this module to generate a
C++ compatibility layer by re-using information from CMake's table of
C++ compatibility layer by reusing information from CMake's table of
preprocessor checks for :manual:`cmake-compile-features(7)`. However:
* Those granular features have been superseded by meta-features for

View File

@@ -35,7 +35,7 @@ The ``NEW`` behavior has the following characteristics:
tracking and populating the dependency. This will force the dependency's
download, update, and patch steps to be re-executed. The directory used for
downloads is not affected by :option:`cmake --fresh`, so any previously
downloaded files for the ``URL`` download method can still be re-used.
downloaded files for the ``URL`` download method can still be reused.
The ``OLD`` behavior has the following characteristics:

View File

@@ -18,7 +18,7 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/install/${CMAKE_INSTALL_DATADIR}/pkg_a_in
[[message(STATUS "Hello from pkg_a")]]
)
# To expose re-using the same package prefix variable, we need to use a
# To expose reusing the same package prefix variable, we need to use a
# different install prefix. This is really contrived and not representative of
# what a package should do.
generate_apple_platform_selection_file(

View File

@@ -2,7 +2,7 @@ cmake_policy(SET CMP0169 OLD)
include(FetchContent)
# Test using saved details. We are re-using a SOURCE_DIR from a previous test
# Test using saved details. We are reusing a SOURCE_DIR from a previous test
# so the download command should not be executed.
FetchContent_Declare(
t1