[Bf-blender-cvs] [33e5163550c] blender2.8: CMake: Remove unused legacy depsgraph option

Sergey Sharybin noreply at git.blender.org
Mon Jun 19 11:17:01 CEST 2017


Commit: 33e5163550c5b4326f27662cdd298961ef3fb1cd
Author: Sergey Sharybin
Date:   Mon Jun 19 11:14:11 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB33e5163550c5b4326f27662cdd298961ef3fb1cd

CMake: Remove unused legacy depsgraph option

We don't have legacy depsgraph anymore, no reason to keep the option.

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

M	CMakeLists.txt

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

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)




More information about the Bf-blender-cvs mailing list