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>2012-09-18 08:40:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-18 08:40:20 +0400
commit6df4c1317f9b4a5526c4db65999d9dba6ce7794b (patch)
tree0ebfca2c9efd51fda2b01a99e786bcde450b8bd3 /CMakeLists.txt
parentd3737de8c284b7cb8e6bff4ee147561449fb2151 (diff)
code cleanup: use system includes for cmake, otherwise warnings get printed in headers.
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 b11a6525549..821e56e4006 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1106,7 +1106,7 @@ elseif(WIN32)
set(PLATFORM_LINKFLAGS_DEBUG "/NODEFAULTLIB:libcmt.lib /NODEFAULTLIB:libc.lib")
# used in many places so include globally, like OpenGL
- blender_include_dirs("${PTHREADS_INCLUDE_DIRS}")
+ blender_include_dirs_sys("${PTHREADS_INCLUDE_DIRS}")
elseif(CMAKE_COMPILER_IS_GNUCC)
# keep GCC specific stuff here