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
path: root/source
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2011-06-21 02:44:35 +0400
committerDalai Felinto <dfelinto@gmail.com>2011-06-21 02:44:35 +0400
commit768184753abb5a69e278bfe6207fe070b2e0ffc7 (patch)
tree7cd5359aae97f2c10aa94811dfffd0d42e7aeac6 /source
parentd10b247c78de5ef5a642f3b84190ab09f195480d (diff)
fix for build with cmake (patch by Joerg Mueller)
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 02a890115cf..9c06e325ce2 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -284,7 +284,7 @@ endif()
if(WITH_PYTHON)
list(APPEND INC ../python)
- # list(APPEND INC_SYS ${PYTHON_INCLUDE_DIRS}) # for pynodes, commented now
+ list(APPEND INC_SYS ${PYTHON_INCLUDE_DIRS})
add_definitions(-DWITH_PYTHON)
if(WITH_PYTHON_SECURITY)