Skip to content

Commit

Permalink
remove general find_package
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeolson committed Oct 3, 2023
1 parent 9844754 commit 6bb022d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ FIND_PACKAGE(Boost 1.44 REQUIRED COMPONENTS system filesystem)
FIND_PACKAGE(BLAS REQUIRED)
FIND_PACKAGE(LAPACK REQUIRED)

find_package(MPI REQUIRED)

find_package(MPI COMPONENTS C Fortran REQUIRED)

if (ENABLE_PLANE_AGG)
Expand Down

0 comments on commit 6bb022d

Please sign in to comment.