[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55720] trunk/blender/source/blender/ editors/util/CMakeLists.txt: Missing GLEW path in CMake, fixes compile error in OS X.

Ton Roosendaal ton at blender.org
Tue Apr 2 14:54:48 CEST 2013


Revision: 55720
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55720
Author:   ton
Date:     2013-04-02 12:54:47 +0000 (Tue, 02 Apr 2013)
Log Message:
-----------
Missing GLEW path in CMake, fixes compile error in OS X.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/util/CMakeLists.txt

Modified: trunk/blender/source/blender/editors/util/CMakeLists.txt
===================================================================
--- trunk/blender/source/blender/editors/util/CMakeLists.txt	2013-04-02 12:41:11 UTC (rev 55719)
+++ trunk/blender/source/blender/editors/util/CMakeLists.txt	2013-04-02 12:54:47 UTC (rev 55720)
@@ -32,7 +32,7 @@
 )
 
 set(INC_SYS
-
+	${GLEW_INCLUDE_PATH}
 )
 
 set(SRC




More information about the Bf-blender-cvs mailing list