Skip to content

fix: clearer CMake error when HDF5 C++ support is missing - #375

Open
VedantMadane wants to merge 1 commit into
CompFUSE:masterfrom
VedantMadane:fix/issue-367
Open

fix: clearer CMake error when HDF5 C++ support is missing#375
VedantMadane wants to merge 1 commit into
CompFUSE:masterfrom
VedantMadane:fix/issue-367

Conversation

@VedantMadane

Copy link
Copy Markdown

Summary

Emit a clear CMake error when HDF5 lacks C++ support

Changes

  • Find HDF5 C+CXX without REQUIRED so a C-only install can be diagnosed
  • FATAL_ERROR explains that libhdf5_cpp / CXX support is required

Fixes #367

- Find HDF5 C+CXX without REQUIRED so a C-only install can be diagnosed
- FATAL_ERROR explains that libhdf5_cpp / CXX support is required

Fixes CompFUSE#367

Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
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.

Cmake error should be useful when hdf5 without cxx is what cmake finds

1 participant