Skip to content

Commit 5b1e403

Browse files
CHOLMOD include file, after config
1 parent 7662004 commit 5b1e403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHOLMOD/Include/cholmod.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ int cholmod_l_version (int version [3]) ;
309309

310310
#define CHOLMOD__VERSION SUITESPARSE__VERCODE(5,3,1)
311311
#if !defined (SUITESPARSE__VERSION) || \
312-
(SUITESPARSE__VERSION < SUITESPARSE__VERCODE(7,8,0))
313-
#error "CHOLMOD 5.3.1 requires SuiteSparse_config 7.8.0 or later"
312+
(SUITESPARSE__VERSION < SUITESPARSE__VERCODE(7,9,0))
313+
#error "CHOLMOD 5.3.1 requires SuiteSparse_config 7.9.0 or later"
314314
#endif
315315

316316
//------------------------------------------------------------------------------

0 commit comments

Comments
 (0)