We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cmake project should be modernized in order to make the project accessible via FetchContent:
NETCDF_INSTALL
if(DEFINED)
Nitpicks:
The text was updated successfully, but these errors were encountered:
@WardF you can assign this to me
Sorry, something went wrong.
I can help with reviewing. Also I have a cmake-template with many of the points there, feel free to copy anything needed from there.
K20shores
No branches or pull requests
The cmake project should be modernized in order to make the project accessible via FetchContent:
NETCDF_INSTALL
option with defaults if it's top_level or imported so that install is not called when importedif(DEFINED)
)Nitpicks:
The text was updated successfully, but these errors were encountered: