Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-13 06:46:51 +0300
committerCampbell Barton <campbell@blender.org>2022-09-13 06:50:21 +0300
commit5ffa829a0ed4f1886ecb9d4425afaadb13783e46 (patch)
tree57ea55c66706ea1cf505943bd2d447a7b8797dec /build_files/cmake
parent060da0858b82aa957373bba51d52cf0bcb694b27 (diff)
Cleanup: improve titles for CMake sections, line length
Also use same convention for comments as (space after #).
Diffstat (limited to 'build_files/cmake')
-rw-r--r--build_files/cmake/Modules/GTest.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/cmake/Modules/GTest.cmake b/build_files/cmake/Modules/GTest.cmake
index a38550958fd..5c7fabdcff7 100644
--- a/build_files/cmake/Modules/GTest.cmake
+++ b/build_files/cmake/Modules/GTest.cmake
@@ -268,7 +268,8 @@ same as the Google Test name (i.e. ``suite.testcase``); see also
cmake_policy(PUSH)
cmake_policy(SET CMP0057 NEW) # if IN_LIST
-#------------------------------------------------------------------------------
+# -----------------------------------------------------------------------------
+
function(gtest_add_tests)
if(ARGC LESS 1)