Skip to content

Commit

Permalink
Do not look for cmake in exported cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Aug 5, 2024
1 parent 76c45e6 commit b964011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/strumpack-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if(@STRUMPACK_USE_MPI@) # STRUMPACK_USE_MPI
enable_language(Fortran)
find_dependency(MPI)

find_dependency(SCALAPACK)
# find_dependency(SCALAPACK)
endif()

# don't really need to find these because they have no targets
Expand Down

0 comments on commit b964011

Please sign in to comment.