We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c183b7f commit 627d807Copy full SHA for 627d807
cmake/SundialsSetupCompilers.cmake
@@ -18,7 +18,11 @@
18
# Determine the index type for the compiler
19
# ===============================================================
20
21
-include(SundialsIndexSize)
+if(DEFINED EMSCRIPTEN)
22
+ set(SUNDIALS_CINDEX_TYPE int32_t)
23
+else()
24
+ include(SundialsIndexSize)
25
+endif()
26
27
28
# Platform specifc settings
0 commit comments