From 443440a75b16988a794869a0ef151aa40599c7f5 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 20 Apr 2025 01:35:25 +0200 Subject: [PATCH] Findosg_functions: Update documentation Added note to highlight that this module is for internal usage in OpenSceneGraph (OSG) find modules. --- Modules/Findosg_functions.cmake | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Modules/Findosg_functions.cmake b/Modules/Findosg_functions.cmake index 9fdeb95490..8fdfaeb196 100644 --- a/Modules/Findosg_functions.cmake +++ b/Modules/Findosg_functions.cmake @@ -5,13 +5,13 @@ Findosg_functions ----------------- +.. note:: - - - -This CMake file contains two macros to assist with searching for OSG -libraries and nodekits. Please see :module:`FindOpenSceneGraph` for full -documentation. + This module is not intended to be included or invoked directly by project code + during typical use of :command:`find_package` command. It is internally used + by OpenSceneGraph (OSG) find modules to assist with searching for OSG + libraries and NodeKits. For usage details refer to the + :module:`FindOpenSceneGraph` module. #]=======================================================================] include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake)