Fix compilation error after recent commit

This commit is contained in:
Sergey Sharybin
2014-10-08 04:11:23 +06:00
parent 05e26297bf
commit 9245e1aeb8
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ blender_include_dirs(
)
add_definitions(${GL_DEFINITIONS})
blender_include_dirs(${GLEW_INCLUDE_PATH})
blender_include_dirs("${GLEW_INCLUDE_PATH}")
if(WIN32)
blender_include_dirs(../../intern/utfconv)