<div dir="ltr">Hello<div><br></div><div>I try to find the hdf5 libraries, but it seems that the components are not recognized. I use</div><div><br></div><div>    FIND_PACKAGE(HDF5 COMPONENTS C CXX HL REQUIRED) </div><div><br>
</div><div>but it only comes up with the libhdf5.so and doesn&#39;t detect libhdf5_cpp.so and libhdf5_hl.so. I also cleaned the whole build directory but without success.</div><div><br></div><div>It seems that it doesn&#39;t even look for the libraries because in the find script the execution already skips the components at the beginning</div>
<div><br></div><div>    IF (NOT HDF%_FIND_COMPONENTS)</div><div>      SET(HDF5_LANGUAGE_BINDINGS &quot;C&quot;)</div><div>    ELSE ()</div><div>      # This part is not executed</div><div>      ....</div><div>    ENDIF()</div>
<div><br></div><div>Thanks for any hints</div><div><br></div><div>Cheers Reza</div></div>