Skip to content

Commit

Permalink
Bugfix in MPI adaptor build
Browse files Browse the repository at this point in the history
  • Loading branch information
Keita Iwabuchi committed Apr 14, 2024
1 parent 6b01cff commit 2aca049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/setup_mpi.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (MPI_CXX_FOUND)
if (NOT MPI_CXX_FOUND)
find_package(MPI)
endif ()

Expand Down

0 comments on commit 2aca049

Please sign in to comment.