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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-06-26 17:19:49 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-06-26 17:19:49 +0300
commit81b11b795c33ce6e81ea0966e5fc4d11f8fb7c3a (patch)
tree306675b88378c6f4b684295d4bb97a3aa54a7903 /build_files/buildbot/config/blender_linux.cmake
parent846b4f13605d80a800b34f79ba4fa87a4abc6c2a (diff)
CMake: Cleanup, remove explicit Python version
This is now coming from a common CMake configuration.
Diffstat (limited to 'build_files/buildbot/config/blender_linux.cmake')
-rw-r--r--build_files/buildbot/config/blender_linux.cmake3
1 files changed, 0 insertions, 3 deletions
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)