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:
authorBastien Montagne <montagne29@wanadoo.fr>2019-04-18 12:34:53 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-04-18 12:35:39 +0300
commit90b2fceca2f5116b0a8c3ef2a1a0ebec42dd3f57 (patch)
treeeb61ec1067c2649156717243bbefbb86393dcc0d /tests/python/CMakeLists.txt
parent63bae864f40302b0a303498d26f230caf4f24339 (diff)
Cleanup: remove last bits of WITH_LEGACY_DEPSGRAPH CMake option.
Legacy depsgraph has been removed from Blender since several months already...
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index fdd2efb69d1..2d9fe8c4f37 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -624,7 +624,6 @@ if(WITH_ALEMBIC)
--python ${CMAKE_CURRENT_LIST_DIR}/bl_alembic_import_test.py
--
--testdir "${TEST_SRC_DIR}/alembic"
- --with-legacy-depsgraph=${WITH_LEGACY_DEPSGRAPH}
)
endif()