[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52581] trunk/blender/CMakeLists.txt: Remove non existent pthread include directory for MinGW, also slight message correction for 64 bit MinGW

Antony Riakiotakis kalast at gmail.com
Mon Nov 26 20:50:08 CET 2012


Revision: 52581
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52581
Author:   psy-fi
Date:     2012-11-26 19:50:08 +0000 (Mon, 26 Nov 2012)
Log Message:
-----------
Remove non existent pthread include directory for MinGW, also slight message correction for 64 bit MinGW

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

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2012-11-26 19:10:34 UTC (rev 52580)
+++ trunk/blender/CMakeLists.txt	2012-11-26 19:50:08 UTC (rev 52581)
@@ -872,7 +872,7 @@
 
 		# Setup 64bit and 64bit windows systems
 		if(WITH_MINGW64)
-			message("Set 64 bit compiler for MinGW.")
+			message("Compiling for 64 bit with MinGW-w64.")
 			set(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/mingw64)
 		endif()
 	else()
@@ -1220,7 +1220,7 @@
 		#comes with own pthread library
 		if(NOT WITH_MINGW64)
 			set(PTHREADS ${LIBDIR}/pthreads)
-			set(PTHREADS_INCLUDE_DIRS ${PTHREADS}/include)
+			#set(PTHREADS_INCLUDE_DIRS ${PTHREADS}/include)
 			set(PTHREADS_LIBPATH ${PTHREADS}/lib)
 			set(PTHREADS_LIBRARIES pthreadGC2)
 		endif()




More information about the Bf-blender-cvs mailing list