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 <mberger@denc.nl>2015-11-25 01:18:25 +0300
committerMartijn Berger <mberger@denc.nl>2015-11-25 01:18:31 +0300
commite8b3a14dfb0113a7030dfb1a8d96f8b759947678 (patch)
treec2c4c3489a96109deb067c0fc57528656d497dd0 /CMakeLists.txt
parent697acebeb7f61ece1bd17d129d424b3f470438ba (diff)
OSX bump python to 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 cae1c24df33..f7be4ebdb61 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1940,7 +1940,7 @@ elseif(APPLE)
if(WITH_PYTHON)
# we use precompiled libraries for py 3.4 and up by default
- set(PYTHON_VERSION 3.4)
+ set(PYTHON_VERSION 3.5)
if(NOT WITH_PYTHON_MODULE AND NOT WITH_PYTHON_FRAMEWORK)
# normally cached but not since we include them with blender
set(PYTHON_INCLUDE_DIR "${LIBDIR}/python/include/python${PYTHON_VERSION}m")