From 06691d1b21fe06c86876c78e45ca75cb1aa048ae Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 19 Nov 2021 13:21:48 +0100 Subject: [PATCH] Tests: disable Cycles volume test when WITH_MOD_FLUID is off --- tests/python/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index 1927223cf32..fa63bdadd80 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -651,7 +651,6 @@ if(WITH_CYCLES OR WITH_OPENGL_RENDER_TESTS) shader shadow_catcher sss - volume ) if(WITH_OPENSUBDIV) @@ -663,7 +662,7 @@ if(WITH_CYCLES OR WITH_OPENGL_RENDER_TESTS) endif() if(WITH_MOD_FLUID) - list(APPEND render_tests motion_blur reports) + list(APPEND render_tests motion_blur reports volume) endif() if(WITH_OPENVDB)