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:
authorCampbell Barton <ideasman42@gmail.com>2012-10-02 07:18:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-02 07:18:48 +0400
commitdc8340fa331164b78ba3414a67ec625bc80d30b6 (patch)
tree024bba18688348b6b88f8acb00322f2ed21355bd /source/blender/editors/mask/CMakeLists.txt
parent959dc02f96b9366b3a73acf918ca0360c55d387f (diff)
correct some include dirs not being included as SYSTEM paths in cmake.
Diffstat (limited to 'source/blender/editors/mask/CMakeLists.txt')
-rw-r--r--source/blender/editors/mask/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mask/CMakeLists.txt b/source/blender/editors/mask/CMakeLists.txt
index 57be5a2234a..25fb9cb6430 100644
--- a/source/blender/editors/mask/CMakeLists.txt
+++ b/source/blender/editors/mask/CMakeLists.txt
@@ -30,10 +30,10 @@ set(INC
../../makesrna
../../windowmanager
../../../../intern/guardedalloc
- ${GLEW_INCLUDE_PATH}
)
set(INC_SYS
+ ${GLEW_INCLUDE_PATH}
)
set(SRC