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/blenpluginapi/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/blenpluginapi') diff --git a/source/blender/blenpluginapi/CMakeLists.txt b/source/blender/blenpluginapi/CMakeLists.txt index 41ec5864382..737fb3caf4b 100644 --- a/source/blender/blenpluginapi/CMakeLists.txt +++ b/source/blender/blenpluginapi/CMakeLists.txt @@ -37,10 +37,6 @@ SET(SRC intern/pluginapi.c ) -IF(WIN32) - LIST(APPEND INC ${PTHREADS_INC}) -ENDIF(WIN32) - IF(WITH_QUICKTIME) LIST(APPEND INC ${QUICKTIME_INC}) ADD_DEFINITIONS(-DWITH_QUICKTIME) -- cgit v1.2.3