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:
authorMartijn Berger <martijn.berger@gmail.com>2015-11-15 13:21:26 +0300
committerMartijn Berger <martijn.berger@gmail.com>2015-11-15 13:21:26 +0300
commitbc1d1aed80122926b7548cf0258e51fba6200dd7 (patch)
treece061f00326e69e13dce7c508598ea940cb3c258 /CMakeLists.txt
parentf9e8de0b26cefc3f260c97583f0a2718f75e890c (diff)
windows / msvc bump to python 3.5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 26b841f85c4..14eb2af58a4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1450,7 +1450,7 @@ elseif(WIN32)
endif()
if(WITH_PYTHON)
- set(PYTHON_VERSION 3.4) # CACHE STRING)
+ set(PYTHON_VERSION 3.5) # CACHE STRING)
string(REPLACE "." "" _PYTHON_VERSION_NO_DOTS ${PYTHON_VERSION})
# Use shared libs for vc2008 and vc2010 until we actually have vc2010 libs