From b801c6098a346c49eb3b83003aff41a63644b38a Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Thu, 26 Apr 2012 17:56:21 +0000
Subject: [PATCH] remove pthread include for windows, after this was added I
 couldn't build anymore with mingw, gave and error with
 ./source/icons/winblender.rc

---
 CMakeLists.txt | 3 ---
 1 file changed, 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")
-- 
GitLab