Skip to content

Commit

Permalink
Example: Don't look for transient targets GMP and MPFR explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Sep 17, 2023
1 parent 9287eab commit a42caa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ endif ( )

# look for all external libaries:
find_package ( OpenMP REQUIRED )
find_package ( GMP 6.1.2 REQUIRED )
find_package ( MPFR 4.0.2 REQUIRED )

include ( SuiteSparseBLAS )

#-------------------------------------------------------------------------------
Expand Down

0 comments on commit a42caa8

Please sign in to comment.