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 84019c2 commit 639fe5cCopy full SHA for 639fe5c
CMakeLists.txt
@@ -75,6 +75,9 @@ macro(sundials_add_library target)
75
target_include_directories(${target} PRIVATE ${SUNDIALS_SOURCE_DIR}/src/sundials)
76
target_include_directories(${target} PRIVATE ${SUNDIALS_SOURCE_DIR}/include)
77
target_include_directories(${target} PRIVATE ${CMAKE_BINARY_DIR}/include)
78
+ if (APPLE)
79
+ target_link_options(${target} PRIVATE -Wl,-no_compact_unwind)
80
+ endif()
81
endmacro()
82
83
function(print_error)
0 commit comments