[Bf-blender-cvs] [81b11b795c3] master: CMake: Cleanup, remove explicit Python version

Sergey Sharybin noreply at git.blender.org
Wed Jun 26 16:20:16 CEST 2019


Commit: 81b11b795c33ce6e81ea0966e5fc4d11f8fb7c3a
Author: Sergey Sharybin
Date:   Wed Jun 26 16:19:49 2019 +0200
Branches: master
https://developer.blender.org/rB81b11b795c33ce6e81ea0966e5fc4d11f8fb7c3a

CMake: Cleanup, remove explicit Python version

This is now coming from a common CMake configuration.

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

M	build_files/buildbot/config/blender_linux.cmake

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

diff --git a/build_files/buildbot/config/blender_linux.cmake b/build_files/buildbot/config/blender_linux.cmake
index 0c4aecb4e37..e65f4957094 100644
--- a/build_files/buildbot/config/blender_linux.cmake
+++ b/build_files/buildbot/config/blender_linux.cmake
@@ -42,9 +42,6 @@ set(WITH_PYTHON_INSTALL_REQUESTS ON CACHE BOOL "" FORCE)
 
 set(LIBDIR "/opt/blender-deps/${LIBDIR_NAME}" CACHE BOOL "" FORCE)
 
-# TODO(sergey): Remove once Python is oficially bumped to 3.7.
-set(PYTHON_VERSION    3.7 CACHE BOOL "" FORCE)
-
 # Platform specific configuration, to ensure static linking against everything.
 
 set(Boost_USE_STATIC_LIBS    ON CACHE BOOL "" FORCE)



More information about the Bf-blender-cvs mailing list