From: Wolfgang Bangerth Date: Mon, 10 Mar 2025 21:19:02 +0000 (-0600) Subject: Make our indent scripts happy about cmake function names. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9167d644d0d3fc48659ee7ecd2327d36d29b204;p=dealii.git Make our indent scripts happy about cmake function names. --- 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()