Skip to content
Snippets Groups Projects
Commit b801c609 authored by Campbell Barton's avatar Campbell Barton
Browse files

remove pthread include for windows, after this was added I couldn't build...

remove pthread include for windows, after this was added I couldn't build anymore with mingw, gave and error with ./source/icons/winblender.rc
parent 802998b9
No related branches found
No related tags found
No related merge requests found
...@@ -1154,9 +1154,6 @@ elseif(WIN32) ...@@ -1154,9 +1154,6 @@ elseif(WIN32)
endif() endif()
# used in many places so include globally, like OpenGL
blender_include_dirs("${PTHREADS_INCLUDE_DIRS}")
elseif(APPLE) elseif(APPLE)
if(${CMAKE_OSX_DEPLOYMENT_TARGET} STREQUAL "10.5" OR ${CMAKE_OSX_DEPLOYMENT_TARGET} STRGREATER "10.5") if(${CMAKE_OSX_DEPLOYMENT_TARGET} STREQUAL "10.5" OR ${CMAKE_OSX_DEPLOYMENT_TARGET} STRGREATER "10.5")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment