diff options
Diffstat (limited to 'modules/ECMFindModuleHelpers.cmake')
-rw-r--r-- | modules/ECMFindModuleHelpers.cmake | 2 |
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. |