[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45991] trunk/blender/CMakeLists.txt: remove pthread include for windows, after this was added I couldn' t build anymore with mingw, gave and error with ./source/icons/winblender. rc

Campbell Barton ideasman42 at gmail.com
Thu Apr 26 19:56:21 CEST 2012


Revision: 45991
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45991
Author:   campbellbarton
Date:     2012-04-26 17:56:21 +0000 (Thu, 26 Apr 2012)
Log Message:
-----------
remove pthread include for windows, after this was added I couldn't build anymore with mingw, gave and error with ./source/icons/winblender.rc

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2012-04-26 17:51:41 UTC (rev 45990)
+++ trunk/blender/CMakeLists.txt	2012-04-26 17:56:21 UTC (rev 45991)
@@ -1154,9 +1154,6 @@
 
 	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")




More information about the Bf-blender-cvs mailing list