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
This commit is contained in:
Campbell Barton
2022-09-23 14:33:44 +10:00
parent add1b6ab3c
commit 998ace3463
18 changed files with 320 additions and 317 deletions

View File

@@ -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}"