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

Do not compile test program unless required #2761

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

magnusuMET
Copy link
Contributor

Ran into a problem in georust/netcdf#114 where the linking of the test binary was not performed correctly. In our build we need to set a specific version of hdf5 and not use the system one as ssumed by BUILD_BIN_TEST, but we don't need to build the tests and can safely skip it, as done in the rest of the codebase.

@WardF WardF merged commit 64e9185 into Unidata:main Dec 12, 2023
99 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants