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 e53fea4 commit 0f219c9Copy full SHA for 0f219c9
CMakeLists.txt
@@ -183,6 +183,7 @@ add_library(klulib STATIC
183
)
184
target_compile_definitions(klulib PRIVATE DLONG="1")
185
target_compile_definitions(klulib PRIVATE SUNDIALS_INT64_T="1")
186
+target_compile_definitions(klulib PRIVATE CAMP_DEBUG_H)
187
target_include_directories(klulib PRIVATE ${KLU_INCLUDE_DIRS})
188
189
### SUNDIALS #######################################################################################
0 commit comments