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:
authorJens Verwiebe <info@jensverwiebe.de>2014-04-15 16:12:06 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-04-15 16:12:22 +0400
commitcddbe87ae5009793fec8b55c8b26628ada9e66d4 (patch)
treedad8fd3314a0abc81cb68245f153a1886fd0d50b /CMakeLists.txt
parentea99efeb2ca91b108bf3e86f4964e1a4555b46d8 (diff)
OSX/python: update to py 3.4
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b73a0e13371..7c1f79985ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1642,8 +1642,8 @@ elseif(APPLE)
endif()
if(WITH_PYTHON)
- # we use precompiled libraries for py 3.3 and up by default
- set(PYTHON_VERSION 3.3)
+ # we use precompiled libraries for py 3.4 and up by default
+ set(PYTHON_VERSION 3.4)
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")