From 004f8d78eded92e1cd6f1eeade27873c4aa2de76 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 5 Nov 2012 13:48:42 +0000 Subject: default to Python3.3 on Linux for SCons and CMake, warn when building with python 3.2x or older. also remove casts to keep Python3.2 warning quiet. --- build_files/cmake/Modules/FindPythonLibsUnix.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/cmake/Modules/FindPythonLibsUnix.cmake') diff --git a/build_files/cmake/Modules/FindPythonLibsUnix.cmake b/build_files/cmake/Modules/FindPythonLibsUnix.cmake index 448e587e224..34394864861 100644 --- a/build_files/cmake/Modules/FindPythonLibsUnix.cmake +++ b/build_files/cmake/Modules/FindPythonLibsUnix.cmake @@ -34,7 +34,7 @@ IF(NOT PYTHON_ROOT_DIR AND NOT $ENV{PYTHON_ROOT_DIR} STREQUAL "") SET(PYTHON_ROOT_DIR $ENV{PYTHON_ROOT_DIR}) ENDIF() -SET(PYTHON_VERSION 3.2 CACHE STRING "Python Version (major and minor only)") +SET(PYTHON_VERSION 3.3 CACHE STRING "Python Version (major and minor only)") MARK_AS_ADVANCED(PYTHON_VERSION) -- cgit v1.2.3