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-10-18 15:35:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-10-18 15:35:34 +0300
commit3e8abc0535aaeb736310a1b7a5447df1721ff349 (patch)
treede35daa1ec122c33b2e6803cb7cb61bb20406882 /CMakeLists.txt
parent46f0b97d208c21d3ce192b71b65e1fa0776f7825 (diff)
Depsgraph: Make Copy-on-Write a command line option
Before it was a compile time option which was not very easy to use or test. Now the project is getting more mature, so very soon we will be able to call for a public tests of limited features. The copy-on-write (which includes animation, modifiers) is enabled using --enable-copy-on-write command line argument.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ad5fb57db44..62c745b26a2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -517,10 +517,6 @@ if(CMAKE_COMPILER_IS_GNUCC)
mark_as_advanced(WITH_LINKER_GOLD)
endif()
-# Dependency graph
-option(WITH_DEPSGRAPH_COPY_ON_WRITE "Build Blender with copy-on-write support for dependency graph" OFF)
-mark_as_advanced(WITH_DEPSGRAPH_COPY_ON_WRITE)
-
if(WIN32)
# Use hardcoded paths or find_package to find externals
option(WITH_WINDOWS_FIND_MODULES "Use find_package to locate libraries" OFF)