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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to