Skip to content

Commit

Permalink
Config.cmake.in: propagate KOKKOSCOMM_ENABLE_MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jul 24, 2024
1 parent 780d653 commit 5e32a41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ include(CMakeFindDependencyMacro)
find_dependency(MPI)
find_dependency(Kokkos)

set(KOKKOSCOMM_ENABLE_MPI "@KOKKOSCOMM_ENABLE_MPI")

## FIXME: do we need this?
set(KokkosComm_INCLUDE_DIR "@CMAKE_INSTALL_FULL_INCLUDEDIR@" )
set(KokkosComm_DATA_DIR "@CMAKE_INSTALL_PREFIX@/@RELATIVE_DATA_INSTALL_DIR@" )
Expand Down

0 comments on commit 5e32a41

Please sign in to comment.