From 97de5ca22bc2e9270809a24d00fe6b748ddbb9e7 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sun, 12 Jun 2022 18:11:16 +0200 Subject: API dox: turn some more verbal "Note" into full note sections Should help readers being aware of pitfalls NO_CHANGELOG --- modules/ECMFindModuleHelpers.cmake | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'modules/ECMFindModuleHelpers.cmake') 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 -``_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 + ``_TARGETS``, for example, will contain all the targets found in any + call (although no duplicates). Since pre-1.0.0. #]=======================================================================] -- cgit v1.2.1