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>2017-09-20 21:51:36 +0300
committerRay Molenkamp <github@lazydodo.com>2017-09-20 21:51:36 +0300
commit692631551fbf15a96cc1d9944549ea34f090b57e (patch)
tree700117b10ffd3e028069dc407d8e4125dff099e4 /build_files
parent25f28d348fe1322da97c003c79d2d0e6e4267d1d (diff)
[cmake/msvc] Update python to 3.6 + numpy to 1.13.1
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/platform/platform_win32_msvc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/platform/platform_win32_msvc.cmake b/build_files/cmake/platform/platform_win32_msvc.cmake
index 1b596e3d932..47dd0edc8ba 100644
--- a/build_files/cmake/platform/platform_win32_msvc.cmake
+++ b/build_files/cmake/platform/platform_win32_msvc.cmake
@@ -302,7 +302,7 @@ if(WITH_JACK)
endif()
if(WITH_PYTHON)
- set(PYTHON_VERSION 3.5) # CACHE STRING)
+ set(PYTHON_VERSION 3.6) # CACHE STRING)
string(REPLACE "." "" _PYTHON_VERSION_NO_DOTS ${PYTHON_VERSION})
# Use shared libs for vc2008 and vc2010 until we actually have vc2010 libs