Skip to content

Commit

Permalink
cholmod cmake: use SuiteSparse_config 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Oct 22, 2023
1 parent 53d923f commit 48ea814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHOLMOD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ endif ( )
find_package ( SuiteSparse_config 7.3.0
PATHS ${CMAKE_SOURCE_DIR}/../SuiteSparse_config/build NO_DEFAULT_PATH )
if ( NOT TARGET SuiteSparse::SuiteSparseConfig )
find_package ( SuiteSparse_config 7.2.0 REQUIRED )
find_package ( SuiteSparse_config 7.3.0 REQUIRED )
endif ( )

find_package ( COLAMD 3.2.1
Expand Down

0 comments on commit 48ea814

Please sign in to comment.