<div dir="ltr">FYI: if you're looking at the attached file I added the following at line 618:<div><div>    ELSEIF(HDF5_C_LIBRARY_hdf5)</div><div>      SET(HDF5_hdf5_LIBRARY ${HDF5_C_LIBRARY_hdf5})</div><div>    ENDIF()</div><div><br></div><div>    IF(NOT HDF5_hdf5_LIBRARY)</div><div>      MESSAGE(FATAL_ERROR "Did not find an appropriate HDF5 file")</div><div>    ENDIF()</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 11, 2017 at 5:53 PM, Andy Bauer <span dir="ltr"><<a href="mailto:andy.bauer@kitware.com" target="_blank">andy.bauer@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I had some issues building on Oa (Ubuntu 16.04) with HDF5. First I tried having the superbuild build HDF5 itself but when the superbuild got to building PV there were issues in that it picked up my system's HDF5 header filers in /usr/include/hdf5. Next I tried building with using system HDF5 and I hit issues building NetCDF since I didn't have HDF5_C_LIBRARY or HDF5_hdf5_LIBRARY set. I fixed that with the attached file but I'm wondering if this is the proper way to fix this. Thoughts?</div><div><br></div><div>Thanks,</div><div>Andy</div></div>
</blockquote></div><br></div>