[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27247] branches/render25/source/creator/ SConscript: Render Branch: another file that needs the pthreads include for scons.

lguillaume lecocqguillaume at gmail.com
Wed Mar 3 14:11:29 CET 2010


Hi,
The problem is the same with cmake, the patch:

Index: source/creator/CMakeLists.txt
===================================================================
--- source/creator/CMakeLists.txt    (revision 27249)
+++ source/creator/CMakeLists.txt    (working copy)
@@ -49,8 +49,10 @@
     ../../extern/glew/include
 )

+IF(WIN32)
+    INCLUDE_DIRECTORIES(${PTHREADS_INC})
+ENDIF(WIN32)

-
 IF(WITH_QUICKTIME)
     ADD_DEFINITIONS(-DWITH_QUICKTIME)
 ENDIF(WITH_QUICKTIME)


More information about the Bf-committers mailing list