From ebd0e7608860e0a7a1b0fbe563a4329919f78799 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 28 Jan 2022 14:08:11 +1100 Subject: Cleanup: indentation for CMake files Also minor white-space & case changes. --- tests/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index 062dc5517db..d6575436bd6 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -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 -- cgit v1.2.3