Tests: disable Cycles volume test when WITH_MOD_FLUID is off

This commit is contained in:
Brecht Van Lommel 2021-11-19 13:21:48 +01:00
parent 1b94c53aa6
commit 06691d1b21
1 changed files with 1 additions and 2 deletions

View File

@ -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)