From 0dcdfee7569200fd358716e1d06de982f30c9186 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Fri, 28 Jun 2024 09:24:23 -0400 Subject: [PATCH] typo in var name --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bd2795f01..8e006e33b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -391,7 +391,7 @@ if(BUILD_TESTING) osh_add_exe(arrayops_test) osh_add_exe(sort_test) osh_add_exe(unit_math) - if (Omega_h_USE_KOKKOS) + if (Omega_h_USE_Kokkos) osh_add_exe(bbox_reduce_test) osh_add_exe(initKokkosAndLib) endif()