Skip to content

Commit

Permalink
install: work for parallel=no
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 22, 2024
1 parent 06d1edf commit 20ee355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if(MUMPS_parallel)
find_dependency(MPI COMPONENTS C Fortran)
find_dependency(SCALAPACK)
else()
find_dependency(LAPACK COMPONENTS ${MUMPS_LAPACK_VENDOR})
set(MUMPS_mpiseq_FOUND true)
endif()

Expand Down

0 comments on commit 20ee355

Please sign in to comment.