Skip to content

Commit e53fea4

Browse files
committed
set sunindextype for KLU compilation
1 parent e37567a commit e53fea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ add_library(klulib STATIC
182182
${klu_SOURCES}
183183
)
184184
target_compile_definitions(klulib PRIVATE DLONG="1")
185+
target_compile_definitions(klulib PRIVATE SUNDIALS_INT64_T="1")
185186
target_include_directories(klulib PRIVATE ${KLU_INCLUDE_DIRS})
186187

187188
### SUNDIALS #######################################################################################

0 commit comments

Comments
 (0)