[Bf-blender-cvs] [fcd5880d12] clay-engine: Fix include compilation error on MSVC 2015.

Clément Foucault noreply at git.blender.org
Thu Jan 26 18:52:21 CET 2017


Commit: fcd5880d12f659644e6b21371f5d94e3ffdbc70e
Author: Clément Foucault
Date:   Thu Jan 26 18:51:22 2017 +0100
Branches: clay-engine
https://developer.blender.org/rBfcd5880d12f659644e6b21371f5d94e3ffdbc70e

Fix include compilation error on MSVC 2015.

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

M	source/blender/draw/CMakeLists.txt

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

diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index 4cc69c0ea0..6cf358e8c1 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -46,7 +46,7 @@ set(INC
 )
 
 set(INC_SYS
-
+	${GLEW_INCLUDE_PATH}
 )
 
 set(SRC




More information about the Bf-blender-cvs mailing list