aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMFindModuleHelpers.cmake
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 18:11:16 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2022-06-12 18:27:40 +0200
commit97de5ca22bc2e9270809a24d00fe6b748ddbb9e7 (patch)
tree0a79fed871a41afe701c6556bc10c72f93ea786d /modules/ECMFindModuleHelpers.cmake
parent08b0e02f8ecd3cec4840f5025729e5b40d890645 (diff)
downloadextra-cmake-modules-97de5ca22bc2e9270809a24d00fe6b748ddbb9e7.tar.gz
extra-cmake-modules-97de5ca22bc2e9270809a24d00fe6b748ddbb9e7.tar.bz2
API dox: turn some more verbal "Note" into full note sections
Should help readers being aware of pitfalls NO_CHANGELOG
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.
#]=======================================================================]