Skip to content

Commit

Permalink
Removing unneeded find_package(MPI)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricchevalier19 authored Mar 27, 2024
1 parent 095d710 commit bf46b62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ endif()
# )
# FetchContent_MakeAvailable(mpitest)

find_package(MPI REQUIRED) # We explicitely use MPI here

add_executable(test-mpi test_mpi.cpp)
target_link_libraries(test-mpi KokkosComm gtest MPI::MPI_CXX)

Expand Down

0 comments on commit bf46b62

Please sign in to comment.