We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7662004 commit 5b1e403Copy full SHA for 5b1e403
CHOLMOD/Include/cholmod.h
@@ -309,8 +309,8 @@ int cholmod_l_version (int version [3]) ;
309
310
#define CHOLMOD__VERSION SUITESPARSE__VERCODE(5,3,1)
311
#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"
+ (SUITESPARSE__VERSION < SUITESPARSE__VERCODE(7,9,0))
+#error "CHOLMOD 5.3.1 requires SuiteSparse_config 7.9.0 or later"
314
#endif
315
316
//------------------------------------------------------------------------------
0 commit comments