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:14:00 +0300
committerRay Molenkamp <github@lazydodo.com>2018-12-12 01:14:00 +0300
commitd1237d24ca8e98536c2a2a05c0143b5fe61e8144 (patch)
tree278440c832180ea9f682dd72e9dfb1d559213d87 /source/creator
parent5049322e6252617ab9477338bf2f5d3e4d7845d6 (diff)
parentba8d6ca3dd92eed5d679caa28f5446cd07b8a112 (diff)
Merge remote-tracking branch 'origin/master' into blender2.8
Diffstat (limited to 'source/creator')
-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 7d382b0f581..c5bd0f8d88b 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -779,7 +779,7 @@ elseif(WIN32)
if(MSVC)
install(
- FILES ${LIBDIR}/pthreads/lib/pthreadVC2.dll
+ FILES ${LIBDIR}/pthreads/lib/pthreadVC3.dll
DESTINATION "."
)
endif()