[Cmake-commits] CMake branch, next, updated. v3.0.0-rc6-3631-g472e035
Brad King
brad.king at kitware.com
Mon Jun 9 09:29:26 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 472e03505b283a025fc4346c36438c058a3dc449 (commit)
via 94770baf30bec7771098f8ef091871e11ced4711 (commit)
from 7ef8d563d9e02bbf4412217b1af2eb0f1267c149 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=472e03505b283a025fc4346c36438c058a3dc449
commit 472e03505b283a025fc4346c36438c058a3dc449
Merge: 7ef8d56 94770ba
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 9 09:29:26 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 9 09:29:26 2014 -0400
Merge topic 'FindOpenGL-target' into next
94770baf FindOpenGL: Fix typo in documented target name
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=94770baf30bec7771098f8ef091871e11ced4711
commit 94770baf30bec7771098f8ef091871e11ced4711
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 9 08:52:05 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 9 08:54:22 2014 -0400
FindOpenGL: Fix typo in documented target name
We provide "OpenGL::GL", not "OpenGL::OpenGL".
Reported-by: Daniel Pfeifer
diff --git a/Modules/FindOpenGL.cmake b/Modules/FindOpenGL.cmake
index 85c3b94..2b3bd14 100644
--- a/Modules/FindOpenGL.cmake
+++ b/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.
-----------------------------------------------------------------------
Summary of changes:
Modules/FindOpenGL.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list