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/blender/makesrna/intern/CMakeLists.txt
parent05e26297bf7f2c759999d2761357410a68fef489 (diff)
Fix compilation error after recent commit
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 9a53ebcec03..5d736f9c011 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -300,7 +300,7 @@ blender_include_dirs(
)
blender_include_dirs_sys(
- ${GLEW_INCLUDE_PATH}
+ "${GLEW_INCLUDE_PATH}"
)
add_executable(makesrna ${SRC} ${SRC_RNA_INC} ${SRC_DNA_INC})