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 /CMakeLists.txt
parent42ece56e91db997425f010e2cf18c9021113f5e7 (diff)
cmake: remove python include in the wm module, set opengl as a system include.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c5e5258e062..e9a72cf6e51 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1041,7 +1041,7 @@ endif()
#-----------------------------------------------------------------------------
# Configure OpenGL.
find_package(OpenGL)
-blender_include_dirs("${OPENGL_INCLUDE_DIR}")
+blender_include_dirs_sys("${OPENGL_INCLUDE_DIR}")
# unset(OPENGL_LIBRARIES CACHE) # not compat with older cmake
# unset(OPENGL_xmesa_INCLUDE_DIR CACHE) # not compat with older cmake