From e8b3a14dfb0113a7030dfb1a8d96f8b759947678 Mon Sep 17 00:00:00 2001 From: Martijn Berger Date: Tue, 24 Nov 2015 23:18:25 +0100 Subject: OSX bump python to 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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") -- cgit v1.2.3