From e9167d644d0d3fc48659ee7ecd2327d36d29b204 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 10 Mar 2025 15:19:02 -0600 Subject: [PATCH] Make our indent scripts happy about cmake function names. --- bundled/kokkos-4.5.01/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundled/kokkos-4.5.01/core/CMakeLists.txt b/bundled/kokkos-4.5.01/core/CMakeLists.txt index 21f05f6272..9a7d43f9ca 100644 --- a/bundled/kokkos-4.5.01/core/CMakeLists.txt +++ b/bundled/kokkos-4.5.01/core/CMakeLists.txt @@ -2,7 +2,7 @@ if(NOT Kokkos_INSTALL_TESTING) add_subdirectory(src) endif() -function(KOKKOS_ADD_BENCHMARK_DIRECTORY DIR_NAME) +function(kokkos_add_benchmark_directory DIR_NAME) if(NOT Kokkos_ENABLE_BENCHMARKS) return() endif() -- 2.39.5