Skip to content

fix findhdf5 under Cray Programming Environment

David E. DeMarle requested to merge demarle/vtk:fix-craype-findhdf5 into master

Under CrayPE, the compiler implicitly knows where hdf5 libraries are when the cray-hdf5 module is loaded. In this situation the hdf5 libraries have to be interface libraries and we can't/do not need to do the extra work to query the library details.

Fixes paraview/paraview#19136 (closed)

Merge request reports