From 3e8abc0535aaeb736310a1b7a5447df1721ff349 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 18 Oct 2017 14:35:34 +0200 Subject: 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. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3