aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMFindModuleHelpers.cmake
diff options
context:
space:
mode:
authorChristophe Giboudeaux <christophe@krop.fr>2021-07-13 22:35:29 +0200
committerChristophe Giboudeaux <christophe@krop.fr>2021-07-13 22:35:29 +0200
commit8ac2f4f798012203d770049eb4a4374a3c5390ed (patch)
tree6d4c118216a6a655c75cd7350c06fb52263747dd /modules/ECMFindModuleHelpers.cmake
parent2a39f0b235c242592ae6658f33e7fc7b547f8c6d (diff)
downloadextra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.gz
extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.bz2
Fix typos found by codespell
GIT_SILENT
Diffstat (limited to 'modules/ECMFindModuleHelpers.cmake')
-rw-r--r--modules/ECMFindModuleHelpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMFindModuleHelpers.cmake b/modules/ECMFindModuleHelpers.cmake
index aec2abb4..ce873b4b 100644
--- a/modules/ECMFindModuleHelpers.cmake
+++ b/modules/ECMFindModuleHelpers.cmake
@@ -72,7 +72,7 @@ for each component.
If SKIP_DEPENDENCY_HANDLING is not set, the INTERFACE_LINK_LIBRARIES property
of the imported target for <component> will be set to contain the imported
targets for the components listed in <name>_<component>_component_deps.
-<component>_FOUND will also be set to false if any of the compoments in
+<component>_FOUND will also be set to false if any of the components in
<name>_<component>_component_deps are not found. This requires the components
in <name>_<component>_component_deps to be listed before <component> in the
COMPONENTS argument.