mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
* h5cc: Allow overriding the compilers written into the file Add a set of `HDF5_H5CC_C_COMPILER`, `HDF5_H5CC_CXX_COMPILER` and `HDF5_H5CC_Fortran_COMPILER` CMake variables that can be used to override the compiler string written into `h5cc`, `h5c++`, etc. This is particularly useful when e.g. using ccache during the build, as the ccache path otherwise ends up in `h5cc`.