FindOpenGL: Fix typo in documented target name

We provide "OpenGL::GL", not "OpenGL::OpenGL".

Reported-by: Daniel Pfeifer
This commit is contained in:
Brad King 2014-06-09 08:52:05 -04:00
parent b7804cb6ce
commit 94770baf30

View File

@ -9,7 +9,7 @@
# #
# This module defines the :prop_tgt:`IMPORTED` targets: # This module defines the :prop_tgt:`IMPORTED` targets:
# #
# ``OpenGL::OpenGL`` # ``OpenGL::GL``
# Defined if the system has OpenGL. # Defined if the system has OpenGL.
# ``OpenGL::GLU`` # ``OpenGL::GLU``
# Defined if the system has GLU. # Defined if the system has GLU.