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>2017-06-19 12:14:11 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-06-19 12:14:40 +0300
commit33e5163550c5b4326f27662cdd298961ef3fb1cd (patch)
tree23c2fdb86ba16a69b0a8aa55413d3a8da0de8900
parent4046f3a54dbaca65b83079a25ab008431b49890a (diff)
CMake: Remove unused legacy depsgraph option
We don't have legacy depsgraph anymore, no reason to keep the option.
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6cbc7d9f526..a4a668fcdee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -510,10 +510,6 @@ if(CMAKE_COMPILER_IS_GNUCC)
mark_as_advanced(WITH_LINKER_GOLD)
endif()
-# Dependency graph
-option(WITH_LEGACY_DEPSGRAPH "Build Blender with legacy dependency graph" ON)
-mark_as_advanced(WITH_LEGACY_DEPSGRAPH)
-
if(WIN32)
# Use hardcoded paths or find_package to find externals
option(WITH_WINDOWS_FIND_MODULES "Use find_package to locate libraries" OFF)