MantisBT - CMake
View Issue Details
0015896CMakeCMakepublic2015-12-29 17:382016-06-10 14:31
hevy 
Kitware Robot 
normalminoralways
closedmoved 
CMake 3.4.1 
 
0015896: Cmake does not find current hdf5 debug libraries
If you try to use the find hdf5 with only debug libraries from hdf5 1.8.16 it will not work.
In deed, the find_library only look at libraries like: lib${LIB}d.a ${LIB}d for debug.
But the current debug library from hdf5 have a prefix in "_D" for windows and "_debug" for Linux.

Note: this is reproducible with older version like 3.1 ...
FindHDF5
Issue History
2015-12-29 17:38hevyNew Issue
2015-12-29 17:39hevyTag Attached: FindHDF5
2016-05-02 10:35hevyNote Added: 0041005
2016-06-10 14:29Kitware RobotNote Added: 0042905
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0041005)
hevy   
2016-05-02 10:35   
pull request created https://github.com/Kitware/CMake/pull/238 [^]
(0042905)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.