From 3b07f8ca617ce3bfbcdfefc052fff032aa496a10 Mon Sep 17 00:00:00 2001 From: Pradipta Samanta <samanta@dkrz.de> Date: Fri, 21 Feb 2025 17:27:31 +0100 Subject: [PATCH] changed cmake format --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab93b92..26137c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,10 +112,10 @@ endif() include(FetchContent) # configure kokkos 4.4 repository link -FetchContent_Declare(kokkos - URL https://github.com/kokkos/kokkos/releases/download/4.4.01/kokkos-4.4.01.tar.gz - URL_HASH MD5=eafd0d42c9831858aa84fde78576644c -) +FetchContent_Declare( + kokkos + URL https://github.com/kokkos/kokkos/releases/download/4.4.01/kokkos-4.4.01.tar.gz + URL_HASH MD5=eafd0d42c9831858aa84fde78576644c) # disable build of C++23 mdspan experimental support for now set(Kokkos_ENABLE_IMPL_MDSPAN OFF CACHE BOOL "Experimental mdspan support") -- GitLab