From cd2ab75b737f17c00bca6caa6c54af76d6dcfa6f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 21 Nov 2010 09:10:50 +0000 Subject: - include pthreads for win32 globally (as with opengl). - MSVC CFLAGS were being set by only checking WIN32, (breaking non-msvc win32 builds) --- source/blender/editors/physics/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/physics/CMakeLists.txt') diff --git a/source/blender/editors/physics/CMakeLists.txt b/source/blender/editors/physics/CMakeLists.txt index 481f6d8df44..82c48becb0b 100644 --- a/source/blender/editors/physics/CMakeLists.txt +++ b/source/blender/editors/physics/CMakeLists.txt @@ -39,10 +39,6 @@ SET(SRC physics_pointcache.c ) -IF(WIN32) - LIST(APPEND INC ${PTHREADS_INC}) -ENDIF(WIN32) - IF(NOT WITH_MOD_FLUID) ADD_DEFINITIONS(-DDISABLE_ELBEEM) ENDIF(NOT WITH_MOD_FLUID) -- cgit v1.2.3