Skip to content

Commit 595794a

Browse files
committed
Config.cmake.in: propagate KOKKOSCOMM_ENABLE_MPI
1 parent 780d653 commit 595794a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/Config.cmake.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ include(CMakeFindDependencyMacro)
88
find_dependency(MPI)
99
find_dependency(Kokkos)
1010

11+
set(KOKKOSCOMM_ENABLE_MPI @KOKKOSCOMM_ENABLE_MPI@)
12+
1113
## FIXME: do we need this?
1214
set(KokkosComm_INCLUDE_DIR "@CMAKE_INSTALL_FULL_INCLUDEDIR@" )
1315
set(KokkosComm_DATA_DIR "@CMAKE_INSTALL_PREFIX@/@RELATIVE_DATA_INSTALL_DIR@" )

0 commit comments

Comments
 (0)