summaryrefslogtreecommitdiffstats
path: root/Modules/FindOpenGL.cmake
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-04-24 14:23:28 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-04-24 14:23:39 (GMT)
commitc3ef56795102516c2d5c86b5d90808e854cda514 (patch)
treecf936bd47f30935ce5f7a8222246ebe9d3e86c9a /Modules/FindOpenGL.cmake
parenta7eb2877b87117fb02ae4d3b730361defca4a96d (diff)
parentcb811d11cee1e2873cc2bf506cd081769e894ac3 (diff)
downloadCMake-c3ef56795102516c2d5c86b5d90808e854cda514.zip
CMake-c3ef56795102516c2d5c86b5d90808e854cda514.tar.gz
CMake-c3ef56795102516c2d5c86b5d90808e854cda514.tar.bz2
Merge topic 'update-documentation'
cb811d11ce Help: Improve description of modules Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3222
Diffstat (limited to 'Modules/FindOpenGL.cmake')
-rw-r--r--Modules/FindOpenGL.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindOpenGL.cmake b/Modules/FindOpenGL.cmake
index 00db033..23bb001d 100644
--- a/Modules/FindOpenGL.cmake
+++ b/Modules/FindOpenGL.cmake
@@ -5,7 +5,7 @@
FindOpenGL
----------
-FindModule for OpenGL and GLU.
+FindModule for OpenGL and OpenGL Utility Library (GLU).
Optional COMPONENTS
^^^^^^^^^^^^^^^^^^^
@@ -23,9 +23,9 @@ This module defines the :prop_tgt:`IMPORTED` targets:
``OpenGL::OpenGL``
Defined to libOpenGL if the system is GLVND-based.
``OpenGL::GLU``
- Defined if the system has GLU.
+ Defined if the system has OpenGL Utility Library (GLU).
``OpenGL::GLX``
- Defined if the system has GLX.
+ Defined if the system has OpenGL Extension to the X Window System (GLX).
``OpenGL::EGL``
Defined if the system has EGL.