Skip to content

Commit

Permalink
Example: Remove explicit import of transient dependencies.
Browse files Browse the repository at this point in the history
That should no longer be needed. And removing them should allow the CI
to check if the CMake Config files are complete.
  • Loading branch information
mmuetzel committed Dec 30, 2023
1 parent ecc5398 commit 377a6bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@ find_package ( SPEX 2.3.0 REQUIRED ) # requires GMP and MPFR
find_package ( SPQR 4.3.0 REQUIRED )
find_package ( UMFPACK 6.3.0 REQUIRED )

# look for all external libaries:
find_package ( OpenMP REQUIRED )
find_package ( BLAS REQUIRED )
find_package ( LAPACK REQUIRED )
# the SPEX/Find*.cmake packages are installed when SPEX is installed.
find_package ( GMP 6.1.2 REQUIRED )
find_package ( MPFR 4.0.2 REQUIRED )

#-------------------------------------------------------------------------------
# configure files
#-------------------------------------------------------------------------------
Expand Down

0 comments on commit 377a6bc

Please sign in to comment.