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:
authorCampbell Barton <ideasman42@gmail.com>2020-05-25 08:55:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-25 08:55:54 +0300
commit5a842b3412c100588bc1f7a9d4532e810e8e1792 (patch)
tree25047515ade6484132b83b490614db9f893b937e /CMakeLists.txt
parentffcb87813be7c10c5f2553ab961896a4c50a7d63 (diff)
parentc15bb3b55faed1a8e5c9913553837539301fbe2e (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a3f2d8d7bb..a4037dc1e3e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -628,12 +628,6 @@ if(WITH_PYTHON_MODULE AND WITH_PYTHON_INSTALL)
message(FATAL_ERROR "WITH_PYTHON_MODULE requires WITH_PYTHON_INSTALL to be OFF")
endif()
-
-# may as well build python module without a UI
-if(WITH_PYTHON_MODULE)
- set(WITH_HEADLESS ON)
-endif()
-
if(NOT WITH_PYTHON)
set(WITH_CYCLES OFF)
set(WITH_DRACO OFF)