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()