Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cmake] define LINK_SUNDIALS_STATIC for static.
- Add a new interface library sundials_interface_static that adds the define LINK_SUNDIALS_STATIC. It brings the include directories by linking to sundials_interface then adds the define. All libs that will link to static sundails libs will now get the define automatically. If we need to link to the shared sundails libs at any point just add a new interface library or use the sundials_interface library itself since it does not add the define.
- Loading branch information