diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index 4edacf12e6a..f3136d6c649 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -740,16 +740,18 @@ if(WITH_COMPOSITOR) set(compositor_tests color converter - distort filter input - matte output vector multiple_node_setups ) + if(WITH_LIBMV) + list(APPEND compositor_tests distort matte) + endif() + foreach(comp_test ${compositor_tests}) add_python_test( compositor_${comp_test}_test