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
path: root/source
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2017-09-20 21:51:36 +0300
committerRay Molenkamp <github@lazydodo.com>2017-09-20 21:51:36 +0300
commit692631551fbf15a96cc1d9944549ea34f090b57e (patch)
tree700117b10ffd3e028069dc407d8e4125dff099e4 /source
parent25f28d348fe1322da97c003c79d2d0e6e4267d1d (diff)
[cmake/msvc] Update python to 3.6 + numpy to 1.13.1
Diffstat (limited to 'source')
-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 98a5a6ce644..479c8b902e6 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -701,7 +701,7 @@ elseif(WIN32)
)
if(WITH_PYTHON_INSTALL_NUMPY)
- set(PYTHON_NUMPY_VERSION 1.10)
+ set(PYTHON_NUMPY_VERSION 1.13)
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${BLENDER_VERSION}/python/lib/site-packages
COMMAND ${CMAKE_COMMAND} -E
make_directory ${CMAKE_CURRENT_BINARY_DIR}/${BLENDER_VERSION}/python/lib/site-packages)