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
1 changed files with 1 additions and 1 deletions

View File

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