- include pthreads for win32 globally (as with opengl).

- MSVC CFLAGS were being set by only checking WIN32, (breaking non-msvc win32 builds)
This commit is contained in:
Campbell Barton
2010-11-21 09:10:50 +00:00
parent f580d9c33b
commit cd2ab75b73
21 changed files with 5 additions and 79 deletions

View File

@@ -667,6 +667,9 @@ IF(WIN32)
ENDIF(MSVC)
# used in many places so include globally, like OpenGL
INCLUDE_DIRECTORIES(${PTHREADS_INC})
ENDIF(WIN32)