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:
Diffstat (limited to 'source/blender/render/CMakeLists.txt')
-rw-r--r--source/blender/render/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index a907384e19e..94a95974009 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -129,10 +129,6 @@ if(WITH_PYTHON)
list(APPEND INC
../python
)
-
- list(APPEND INC_SYS
- ${PYTHON_INCLUDE_DIRS}
- )
endif()
if(WITH_IMAGE_OPENEXR)