GPU: Remove WITH_GPU_RENDER_TESTS_SILENT option
This was introduced during EEVEE-next developement cycle to not make the buildbot fail because of EEVEE render tests. These have stabilized now and we can remove this option. Pull Request: https://projects.blender.org/blender/blender/pulls/137545
This commit is contained in:
committed by
Clément Foucault
parent
846d88ed17
commit
dde18802a5
@@ -20,7 +20,6 @@ endif()
|
||||
set(WITH_CYCLES_NATIVE_ONLY ON CACHE BOOL "" FORCE)
|
||||
set(WITH_DOC_MANPAGE OFF CACHE BOOL "" FORCE)
|
||||
set(WITH_GTESTS ON CACHE BOOL "" FORCE)
|
||||
set(WITH_GPU_RENDER_TESTS_SILENT OFF CACHE BOOL "" FORCE)
|
||||
set(WITH_LIBMV_SCHUR_SPECIALIZATIONS OFF CACHE BOOL "" FORCE)
|
||||
set(WITH_PYTHON_SAFETY ON CACHE BOOL "" FORCE)
|
||||
if(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user