Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-10-08 02:11:23 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-10-08 02:11:23 +0400
commit9245e1aeb86ebe173849b9543966a42ca3964805 (patch)
tree5cbd82ca9c3f7b771b62b33598ebb2b7e765639c /source/creator
parent05e26297bf7f2c759999d2761357410a68fef489 (diff)
Fix compilation error after recent commit
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 20c2448eed3..73400da4845 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -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)