From 0cc0ac985e39e80242e45c80099bd7538fab45e3 Mon Sep 17 00:00:00 2001 From: Kevin Huck Date: Thu, 14 Sep 2023 07:05:46 -0700 Subject: [PATCH] Fixing CMake capitalization for Kokkos --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac7bd515..913ae3a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -668,7 +668,7 @@ endif() ################################################################################ if(APEX_WITH_KOKKOS) - message(INFO " Checking for Kokkos installation in $KOKKOS_ROOT...") + message(INFO " Checking for Kokkos installation in $Kokkos_ROOT...") find_package(Kokkos) if (Kokkos_FOUND) message(INFO " Using Kokkos include: ${Kokkos_INCLUDE_DIRS}/impl")