Cleanup: indentation for CMake files

Also minor white-space & case changes.
This commit is contained in:
Campbell Barton
2022-01-28 14:08:11 +11:00
parent 9f6b19526d
commit ebd0e76088
9 changed files with 73 additions and 73 deletions

View File

@@ -692,7 +692,7 @@ if(WITH_CYCLES OR WITH_OPENGL_RENDER_TESTS)
foreach(render_test ${_cycles_render_tests})
# Enable just one simple test for Metal until more tests are passing.
if ((NOT (_cycles_device MATCHES "METAL")) OR (render_test MATCHES "camera"))
if((NOT (_cycles_device MATCHES "METAL")) OR (render_test MATCHES "camera"))
add_python_test(
cycles_${render_test}_${_cycles_device_lower}
${CMAKE_CURRENT_LIST_DIR}/cycles_render_tests.py