[Bf-blender-cvs] [51ac494f219] master: build_files: bump python version in FindPythonLibsUnix.cmake to 3.7 now that all platforms have been updated

Ray Molenkamp noreply at git.blender.org
Mon Sep 17 21:45:24 CEST 2018


Commit: 51ac494f219c2a7bd2937b63c91a3261d6ba3ad9
Author: Ray Molenkamp
Date:   Mon Sep 17 13:45:12 2018 -0600
Branches: master
https://developer.blender.org/rB51ac494f219c2a7bd2937b63c91a3261d6ba3ad9

build_files: bump python version in FindPythonLibsUnix.cmake to 3.7 now that all platforms have been updated

===================================================================

M	build_files/cmake/Modules/FindPythonLibsUnix.cmake

===================================================================

diff --git a/build_files/cmake/Modules/FindPythonLibsUnix.cmake b/build_files/cmake/Modules/FindPythonLibsUnix.cmake
index 140f8be048a..a6924972e42 100644
--- a/build_files/cmake/Modules/FindPythonLibsUnix.cmake
+++ b/build_files/cmake/Modules/FindPythonLibsUnix.cmake
@@ -38,7 +38,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.6 CACHE STRING "Python Version (major and minor only)")
+SET(PYTHON_VERSION 3.7 CACHE STRING "Python Version (major and minor only)")
 MARK_AS_ADVANCED(PYTHON_VERSION)



More information about the Bf-blender-cvs mailing list