- 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:
@@ -667,6 +667,9 @@ IF(WIN32)
|
||||
|
||||
ENDIF(MSVC)
|
||||
|
||||
# used in many places so include globally, like OpenGL
|
||||
INCLUDE_DIRECTORIES(${PTHREADS_INC})
|
||||
|
||||
ENDIF(WIN32)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user