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-04-26 21:56:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-26 21:56:21 +0400
commitb801c6098a346c49eb3b83003aff41a63644b38a (patch)
treee12f925136da3c7dee3f36cbd5e0b2f4c6d780ab /CMakeLists.txt
parent802998b97133b77ffc110b33ff82f708d1259340 (diff)
remove pthread include for windows, after this was added I couldn't build anymore with mingw, gave and error with ./source/icons/winblender.rc
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cc3636239dc..74f951fafa0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1154,9 +1154,6 @@ elseif(WIN32)
endif()
- # used in many places so include globally, like OpenGL
- blender_include_dirs("${PTHREADS_INCLUDE_DIRS}")
-
elseif(APPLE)
if(${CMAKE_OSX_DEPLOYMENT_TARGET} STREQUAL "10.5" OR ${CMAKE_OSX_DEPLOYMENT_TARGET} STRGREATER "10.5")