Hello I try to find the hdf5 libraries, but it seems that the components are not recognized. I use
FIND_PACKAGE(HDF5 COMPONENTS C CXX HL REQUIRED) but it only comes up with the libhdf5.so and doesn't detect libhdf5_cpp.so and libhdf5_hl.so. I also cleaned the whole build directory but without success. It seems that it doesn't even look for the libraries because in the find script the execution already skips the components at the beginning IF (NOT HDF%_FIND_COMPONENTS) SET(HDF5_LANGUAGE_BINDINGS "C") ELSE () # This part is not executed .... ENDIF() Thanks for any hints Cheers Reza
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake