[CMake] Please Help - Find HDF5 module on windows isn't finding
Tyler Roscoe
tyler at cryptio.net
Tue Dec 21 12:43:11 EST 2010
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
More information about the CMake
mailing list