Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow disabling of static libraries #86

Closed
edwardhartnett opened this issue Jan 8, 2023 · 1 comment · Fixed by #84
Closed

Allow disabling of static libraries #86

edwardhartnett opened this issue Jan 8, 2023 · 1 comment · Fixed by #84
Labels
build Building software can be complicated

Comments

@edwardhartnett
Copy link
Contributor

Allow disabling of static libraries

@edwardhartnett edwardhartnett added the build Building software can be complicated label Jan 8, 2023
@EricEngle-NOAA
Copy link
Contributor

This can be done by specifying option BUILD_STATIC_LIBS in the top-level CMake config

option(BUILD_STATIC_LIBS "Build static libraries" ON)

I can take the lead on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Building software can be complicated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants