瀏覽代碼

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.