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>2011-06-19 13:32:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-19 13:32:37 +0400
commit8eb375048eb1ca908b4228eb568a95f0fb53c0ff (patch)
tree275dd38a8cd3d6fd3a886dbaf6f2cf127643659c /source/blender/blenkernel/CMakeLists.txt
parentdef6bcd4e5152c9826ee9ca0ac40264264416400 (diff)
removing python includes for blenkernel since pynodes are commented.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-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 9c06e325ce2..02a890115cf 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})
+ # list(APPEND INC_SYS ${PYTHON_INCLUDE_DIRS}) # for pynodes, commented now
add_definitions(-DWITH_PYTHON)
if(WITH_PYTHON_SECURITY)