Add CMake config to support building shared libraries #1559
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds CMake configuration to optionally build shared libraries. Building static libraries remains the default action.
Fixes #1558
How Has This Been Tested?
I tested these changes on my Mac laptop. I verified that static libraries build by default and by using the cmake command line option
-DSHARED_LIBS
that shared libraries were build instead.JEDI is currently using FMS 2023.04 and I tested these changes (relative to the 2023.04 version of CMakeLists.txt) and verified that FV3-GFS built successfully with either static or shared FMS libraries, and indeed the issue with the static libraries is fixed by using shared libraries instead.
Checklist:
make distcheck
passes