From 998ace3463c73a172c62418e438bddc93f78a22e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 23 Sep 2022 14:33:44 +1000 Subject: Cleanup: use lowercase function calls & macros in for CMake This is already the case for most CMake usage. Although some find modules are an exception to this, as they were originally maintained externally they use some different conventions. Also corrected bad indentation in: intern/cycles/CMakeLists.txt --- tests/gtests/runner/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gtests') diff --git a/tests/gtests/runner/CMakeLists.txt b/tests/gtests/runner/CMakeLists.txt index 97b95851be8..be0aa65d409 100644 --- a/tests/gtests/runner/CMakeLists.txt +++ b/tests/gtests/runner/CMakeLists.txt @@ -27,7 +27,7 @@ else() endif() # This builds `bin/tests/blender_test`, but does not add it as a single test. -BLENDER_SRC_GTEST_EX( +blender_src_gtest_ex( NAME blender SRC "${SRC}" EXTRA_LIBS "${TEST_LIBS}" -- cgit v1.2.3