dependencies windows: Replace pthreads-win32 2.9.1 with pthreads4w 3.0.0

maintenance seems to have stopped for pthreads-win32
This commit is contained in:
Ray Molenkamp
2018-12-11 15:12:56 -07:00
parent 66d8bfb85c
commit ba8d6ca3dd
6 changed files with 14 additions and 14 deletions

View File

@@ -785,7 +785,7 @@ elseif(WIN32)
if(MSVC)
install(
FILES ${LIBDIR}/pthreads/lib/pthreadVC2.dll
FILES ${LIBDIR}/pthreads/lib/pthreadVC3.dll
DESTINATION "."
)
endif()