mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
codespell: Fix some hyphenated spellings
These were surfaced by an updated `codespell` in the `spellcheck` CI base image.
This commit is contained in:
@@ -116,7 +116,7 @@ The command has a few modes by which it searches for packages:
|
||||
A call to ``find_package()`` can be redirected internally to a package
|
||||
provided by the :module:`FetchContent` module. To the caller, the behavior
|
||||
will appear similar to Config mode, except that the search logic is
|
||||
by-passed and the component information is not used. See
|
||||
bypassed and the component information is not used. See
|
||||
:command:`FetchContent_Declare` and :command:`FetchContent_MakeAvailable`
|
||||
for further details.
|
||||
|
||||
|
||||
@@ -1246,7 +1246,7 @@ bool cmFindPackageCommand::FindPackage(
|
||||
// When this property is set, the FetchContent module has already been
|
||||
// included at least once, so we know the FetchContent_MakeAvailable()
|
||||
// command will be defined. Any future find_package() calls after this
|
||||
// one for this package will by-pass this once-only delegation.
|
||||
// one for this package will bypass this once-only delegation.
|
||||
// The following call will typically create a <name>-config.cmake file
|
||||
// in the redirectsDir, which we still want to process like any other
|
||||
// config file to ensure we follow normal find_package() processing.
|
||||
|
||||
@@ -149,7 +149,7 @@ set(CPACK_COMPONENT_GROUP_DEVELOPMENT_DESCRIPTION
|
||||
# depend on the libraries component.
|
||||
set(CPACK_COMPONENT_HEADERS_DEPENDS libraries)
|
||||
|
||||
# Create two installation types with pre-selected components.
|
||||
# Create two installation types with preselected components.
|
||||
# The "Developer" installation has just the library and headers,
|
||||
# while the "Full" installation has everything.
|
||||
set(CPACK_ALL_INSTALL_TYPES Full Developer)
|
||||
|
||||
Reference in New Issue
Block a user