Open brtnfld opened 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
CMake versions use pkgconfig and new options will need to pass options to the underlying pkgconfig command.
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