Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2018-12-12 01:12:56 +0300
committerRay Molenkamp <github@lazydodo.com>2018-12-12 01:12:56 +0300
commitba8d6ca3dd92eed5d679caa28f5446cd07b8a112 (patch)
tree958177c497e9e42d5b341559cb68584d22b5d194 /source/creator/CMakeLists.txt
parent66d8bfb85c61aafe3bad2edf0e7b4d9d694ee2e7 (diff)
dependencies windows: Replace pthreads-win32 2.9.1 with pthreads4w 3.0.0
maintenance seems to have stopped for pthreads-win32
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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()