Tests: disable Cycles volume test when WITH_MOD_FLUID is off
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user