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-08 09:39:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-08 09:39:58 +0400
commit9dd066eb652c478b6eeba2630aea999490739849 (patch)
treea57b61a230b5f047b784772e9edd7b0be4ab7255 /source/blender/windowmanager/CMakeLists.txt
parent42ece56e91db997425f010e2cf18c9021113f5e7 (diff)
cmake: remove python include in the wm module, set opengl as a system include.
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index 6d125c01af4..0cf59a9b598 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -101,7 +101,6 @@ endif()
if(WITH_PYTHON)
list(APPEND INC ../python)
- list(APPEND INC_SYS ${PYTHON_INCLUDE_DIRS})
add_definitions(-DWITH_PYTHON)
if(WITH_PYTHON_SECURITY)