[Cmake-commits] CMake branch, next, updated. v3.0.0-rc6-3582-gfd3408e

Brad King brad.king at kitware.com
Thu Jun 5 12:51:59 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  fd3408eb33c649162f3b92b2741095f829793ef5 (commit)
       via  3e2d6b4a1ae129556db79d88e4705451b0658a1d (commit)
      from  e84d1cd52a12976a499d01413d7f22e666115ad2 (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=fd3408eb33c649162f3b92b2741095f829793ef5
commit fd3408eb33c649162f3b92b2741095f829793ef5
Merge: e84d1cd 3e2d6b4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 5 12:51:58 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 5 12:51:58 2014 -0400

    Merge topic 'FindOpenGL-target' into next
    
    3e2d6b4a FindOpenGL: Add missing quotes


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3e2d6b4a1ae129556db79d88e4705451b0658a1d
commit 3e2d6b4a1ae129556db79d88e4705451b0658a1d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 5 12:52:51 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jun 5 12:52:51 2014 -0400

    FindOpenGL: Add missing quotes

diff --git a/Modules/FindOpenGL.cmake b/Modules/FindOpenGL.cmake
index 54a1e11..85c3b94 100644
--- a/Modules/FindOpenGL.cmake
+++ b/Modules/FindOpenGL.cmake
@@ -196,7 +196,7 @@ if(OPENGL_FOUND)
   if(NOT TARGET OpenGL::GL)
     add_library(OpenGL::GL UNKNOWN IMPORTED)
     set_target_properties(OpenGL::GL PROPERTIES
-      INTERFACE_INCLUDE_DIRECTORIES ${OPENGL_INCLUDE_DIR})
+      INTERFACE_INCLUDE_DIRECTORIES "${OPENGL_INCLUDE_DIR}")
     if(OPENGL_gl_LIBRARY MATCHES "/([^/]+)\\.framework$")
       set_target_properties(OpenGL::GL PROPERTIES
         IMPORTED_LOCATION "${OPENGL_gl_LIBRARY}/${CMAKE_MATCH_1}")

-----------------------------------------------------------------------

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