[Bf-blender-cvs] [5ad7bda45f3] blender2.8: Render: Fix build problem with missing GL/glew.h

fclem noreply at git.blender.org
Mon Jun 11 15:00:52 CEST 2018


Commit: 5ad7bda45f32f1d258db4be815864aa56ff551f0
Author: fclem
Date:   Mon Jun 11 13:00:21 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB5ad7bda45f32f1d258db4be815864aa56ff551f0

Render: Fix build problem with missing GL/glew.h

===================================================================

M	source/blender/render/CMakeLists.txt

===================================================================

diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index 359369228f8..d3fef51e9e9 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -44,7 +44,7 @@ set(INC
 )
 
 set(INC_SYS
-
+	${GLEW_INCLUDE_PATH}
 )
 
 set(SRC



More information about the Bf-blender-cvs mailing list