> I have written a find module that invokes the hdf5 wrapper > compiler to determine libraries and includes that are > necessary for clients of HDF5. I tried to follow the > guidelines for formatting and naming set forth in the module > readme. At the moment, the module has been tested on > Linux, AIX, and Cray (CNL) systems.
I can immediately report a bug in your package, without even loooking at it. During cross-compiling no program can be executed. Correct way would be to check if you're in cross-compile mode and if yes, try some other ways to find HDF5 libraries. Denis _______________________________________________ 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