We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e7318 commit fa9084bCopy full SHA for fa9084b
CMakeLists.txt
@@ -28,9 +28,9 @@ macro(add_prefix prefix rootlist)
28
set(${rootlist} ${outlist})
29
endmacro(add_prefix)
30
31
-add_definitions("-DSuiteSparse_long=long long")
32
-add_definitions("-DSuiteSparse_long_max=9223372036854775801")
33
-add_definitions("-DSuiteSparse_long_idd=lld")
+add_definitions("-DSuiteSparse_long=long")
+add_definitions("-DSuiteSparse_long_max=LONG_MAX")
+add_definitions("-DSuiteSparse_long_idd=ld")
34
add_definitions("-DSUNDIALS_INT64_T=1")
35
36
### sources ########################################################################################
0 commit comments