Переглянути джерело

FindOpenGL: Fix typo in documented target name

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

Reported-by: Daniel Pfeifer
Brad King 11 роки тому
батько
коміт
94770baf30
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Modules/FindOpenGL.cmake

+ 1 - 1
Modules/FindOpenGL.cmake

@@ -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.