Skip to content

Commit

Permalink
Cleaning up Kokkos submodule support for HPX integrated build.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Aug 11, 2023
1 parent 2c1f988 commit 0aec035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/APEX_SetupKokkos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
################################################################################

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 0aec035

Please sign in to comment.