diff options
author | 權少 <ljqican@163.com> | 2023-09-11 13:34:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-09-11 16:30:05 (GMT) |
commit | 57a0a16b58793393c54b38e2cf0ceca34472e98f (patch) | |
tree | 6d1f608778fbf4360b742da22a015dbde661793e /Modules/FindosgPresentation.cmake | |
parent | b1cb23a011a8ffbcbb648abed36dc73491767ea5 (diff) | |
download | CMake-57a0a16b58793393c54b38e2cf0ceca34472e98f.zip CMake-57a0a16b58793393c54b38e2cf0ceca34472e98f.tar.gz CMake-57a0a16b58793393c54b38e2cf0ceca34472e98f.tar.bz2 |
Findosg*: Improve documentation formatting
Add reST markup for inline literals and cross-references.
Diffstat (limited to 'Modules/FindosgPresentation.cmake')
-rw-r--r-- | Modules/FindosgPresentation.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindosgPresentation.cmake b/Modules/FindosgPresentation.cmake index eae75d6..82d86cd 100644 --- a/Modules/FindosgPresentation.cmake +++ b/Modules/FindosgPresentation.cmake @@ -7,16 +7,16 @@ FindosgPresentation -This is part of the Findosg* suite used to find OpenSceneGraph +This is part of the ``Findosg*`` suite used to find OpenSceneGraph components. Each component is separate and you must opt in to each module. You must also opt into OpenGL and OpenThreads (and Producer if needed) as these modules won't do it for you. This is to allow you control over your own system piece by piece in case you need to opt out of certain components or change the Find behavior for a particular -module (perhaps because the default FindOpenGL.cmake module doesn't +module (perhaps because the default :module:`FindOpenGL` module doesn't work with your system as an example). If you want to use a more convenient module that includes everything, use the -FindOpenSceneGraph.cmake instead of the Findosg*.cmake modules. +:module:`FindOpenSceneGraph` instead of the ``Findosg*.cmake`` modules. Locate osgPresentation This module defines |