Skip to content

Commit

Permalink
Fixing CMake capitalization for Kokkos
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Sep 14, 2023
1 parent 0c5251d commit 0cc0ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0cc0ac9

Please sign in to comment.