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/screen/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/screen/CMakeLists.txt') diff --git a/source/blender/editors/screen/CMakeLists.txt b/source/blender/editors/screen/CMakeLists.txt index 4ea056ac400..ff143bab469 100644 --- a/source/blender/editors/screen/CMakeLists.txt +++ b/source/blender/editors/screen/CMakeLists.txt @@ -40,8 +40,4 @@ SET(SRC screendump.c ) -IF(WIN32) - LIST(APPEND INC ${PTHREADS_INC}) -ENDIF(WIN32) - BLENDERLIB(bf_editor_screen "${SRC}" "${INC}") -- cgit v1.2.3