HDFGroup / hdf5

Official HDF5® Library Repository
https://www.hdfgroup.org/
Other
624 stars 255 forks source link

h5* generated CMake wrappers lack options that are present in h5* wrappers generated with Autotools. #4582

Open brtnfld opened 4 months ago

brtnfld commented 4 months ago

Describe the bug The CMake wrappers (h5cc, h5fc, etc.) lack the same script options as their auto tool equivalent.

Expected behavior The Autotools h5* scripts support the following options:

-c) -o) -E|-M|-MT) -l) -prefix=) -echo) -show) -showconfig) -shlib) -noshlib) -help, --help, -h)

Should fix #4574

byrnHDF commented 4 months ago

CMake versions use pkgconfig and new options will need to pass options to the underlying pkgconfig command.