From ba8d6ca3dd92eed5d679caa28f5446cd07b8a112 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Tue, 11 Dec 2018 15:12:56 -0700 Subject: dependencies windows: Replace pthreads-win32 2.9.1 with pthreads4w 3.0.0 maintenance seems to have stopped for pthreads-win32 --- source/creator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/creator/CMakeLists.txt') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index fb02a7c871c..a553b8a569b 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -785,7 +785,7 @@ elseif(WIN32) if(MSVC) install( - FILES ${LIBDIR}/pthreads/lib/pthreadVC2.dll + FILES ${LIBDIR}/pthreads/lib/pthreadVC3.dll DESTINATION "." ) endif() -- cgit v1.2.3