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:
Diffstat (limited to 'tests/python/CMakeLists.txt')
-rw-r--r--tests/python/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 3abfe29c000..92eb50831aa 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -630,4 +630,6 @@ if(WITH_CODEC_FFMPEG)
endif()
add_subdirectory(collada)
-add_subdirectory(view_layer)
+
+# TODO: disabled for now after collection unification
+# add_subdirectory(view_layer)