Skip to content

Commit

Permalink
chore: fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
dssgabriel committed Nov 4, 2024
1 parent d4b3045 commit b3e54a1
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 @@ -77,7 +77,7 @@ if(KOKKOSCOMM_ENABLE_MPI)
FILE_SET kokkoscomm_mpi_impl_headers
TYPE HEADERS
BASE_DIRS ${PROJECT_SOURCE_DIR}/src
FILES mpi/impl/src_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
)
endif()

Expand Down

0 comments on commit b3e54a1

Please sign in to comment.