Skip to content

Commit

Permalink
add missing impl header
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Nov 5, 2024
1 parent 69f87e0 commit 789947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KokkosComm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if(KOKKOSCOMM_ENABLE_MPI)
FILE_SET kokkoscomm_mpi_impl_headers
TYPE HEADERS
BASE_DIRS ${PROJECT_SOURCE_DIR}/src
FILES mpi/impl/include_mpi.hpp mpi/impl/pack_traits.hpp mpi/impl/packer.hpp mpi/impl/tags.hpp mpi/impl/types.hpp
FILES mpi/impl/include_mpi.hpp mpi/impl/pack_traits.hpp mpi/impl/packer.hpp mpi/impl/tags.hpp mpi/impl/types.hpp mpi/impl/wait.hpp
)
endif()

Expand Down

0 comments on commit 789947a

Please sign in to comment.