Build should fail if cmake filter options fail #3502
mkitti
started this conversation in
Proposed Change
Replies: 1 comment
-
For context, I have been engaging with bugs where filter capabilities were inadvertently dropped. I would rather have a build fail so that I'm aware of the issue than have a user report these after the fact. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently if
HDF5_ENABLE_SZIP_SUPPORT=ON
but libsz cannot be found, the build still succeeds. This should fail.If szip / aec cannot be configured, then
HDF5_ENABLE_SZIP_SUPPORT=OFF
should be required for the build to succeed.Likewise for ZLIB.
Beta Was this translation helpful? Give feedback.
All reactions