On Tue, Dec 21, 2010 at 10:04:25AM -0700, Aaron R> wrote: > I'm trying to setup a cmake project on windows which needs the HDF5 > library. I put the prebuilt libraries under c:\hdf5-1.8.5-win32. I set > HDF5_ROOT in the cmakelists file and then called find(HDF5). Its not > finding it. I've tried specifying components as well and still nothing.
You can add some message() commands to FindHDF5.cmake to inspect things. You could also try cmake --trace to get debug output (note: the output is extremely verbose). tyler _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
