aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMFindModuleHelpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ECMFindModuleHelpers.cmake')
-rw-r--r--modules/ECMFindModuleHelpers.cmake11
1 files changed, 6 insertions, 5 deletions
diff --git a/modules/ECMFindModuleHelpers.cmake b/modules/ECMFindModuleHelpers.cmake
index 1375ebd4..a4837403 100644
--- a/modules/ECMFindModuleHelpers.cmake
+++ b/modules/ECMFindModuleHelpers.cmake
@@ -93,11 +93,12 @@ The following variables will be set:
they are passed to the macro), although if it is already set, it will not
be altered
-Note that these variables are never cleared, so if
-``ecm_find_package_handle_library_components()`` is called multiple times with
-different components (typically because of multiple ``find_package()`` calls) then
-``<name>_TARGETS``, for example, will contain all the targets found in any
-call (although no duplicates).
+.. note::
+ These variables are never cleared, so if
+ ``ecm_find_package_handle_library_components()`` is called multiple times with
+ different components (typically because of multiple ``find_package()`` calls) then
+ ``<name>_TARGETS``, for example, will contain all the targets found in any
+ call (although no duplicates).
Since pre-1.0.0.
#]=======================================================================]