I typically have full HDF5 installations on my systems but am now going to a system where the &quot;hl&quot; versions of the hdf5 libraries are not installed.<br><br>Although I don&#39;t need these, it appears that CMake is unwilling to let me proceed without them.  I get the following error:<br>
<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">CMake Error: The following variables are used in this project, but they are set to NOTFOUND.<br>
Please set them or make sure they are set and tested correctly in the CMake files:<br>HDF5_hdf5_hl_LIBRARY_DEBUG (ADVANCED)<br>    linked by target &quot;tabprops&quot; in directory /uufs/<a href="http://chpc.utah.edu/common/home/u0033394/TabProps/tabprops">chpc.utah.edu/common/home/u0033394/TabProps/tabprops</a><br>
HDF5_hdf5_hl_LIBRARY_RELEASE (ADVANCED)<br>    linked by target &quot;tabprops&quot; in directory /uufs/<a href="http://chpc.utah.edu/common/home/u0033394/TabProps/tabprops">chpc.utah.edu/common/home/u0033394/TabProps/tabprops</a><br>
<br></blockquote><div><br>By the way, the installed libraries are found:<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">-- Found HDF5: debug;HDF5_hdf5_hl_LIBRARY_DEBUG-NOTFOUND;/uufs/<a href="http://chpc.utah.edu/sys/pkg/hdf5/5-1.6.3-amdopteron/lib/libhdf5.a;/uufs/chpc.utah.edu/sys/pkg/hdf5/5-1.6.3-amdopteron/lib/libhdf5_cpp.a;optimized;HDF5_hdf5_hl_LIBRARY_RELEASE-NOTFOUND;/uufs/chpc.utah.edu/sys/pkg/hdf5/5-1.6.3-amdopteron/lib/libhdf5.a;/uufs/chpc.utah.edu/sys/pkg/hdf5/5-1.6.3-amdopteron/lib/libhdf5_cpp.a">chpc.utah.edu/sys/pkg/hdf5/5-1.6.3-amdopteron/lib/libhdf5.a;/uufs/chpc.utah.edu/sys/pkg/hdf5/5-1.6.3-amdopteron/lib/libhdf5_cpp.a;optimized;HDF5_hdf5_hl_LIBRARY_RELEASE-NOTFOUND;/uufs/chpc.utah.edu/sys/pkg/hdf5/5-1.6.3-amdopteron/lib/libhdf5.a;/uufs/chpc.utah.edu/sys/pkg/hdf5/5-1.6.3-amdopteron/lib/libhdf5_cpp.a</a><br>
</blockquote><div><br>My CMakeLists.txt file has the following: <br><br></div><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">set( HDF5_USE_STATIC_LIBRARIES 1 )<br>
find_package( HDF5 COMPONENTS C CXX )<br></blockquote></div><div><br>Any idea of how to get fix this problem? <br><br>James<br></div>