[cmake-developers] [CMake 0015896]: Cmake does not find current hdf5 debug libraries

Mantis Bug Tracker mantis at public.kitware.com
Tue Dec 29 17:38:51 EST 2015


The following issue has been SUBMITTED. 
====================================================================== 
https://cmake.org/Bug/view.php?id=15896 
====================================================================== 
Reported By:                hevy
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15896
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-12-29 17:38 EST
Last Modified:              2015-12-29 17:38 EST
====================================================================== 
Summary:                    Cmake does not find current hdf5 debug libraries
Description: 
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 ...

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-12-29 17:38 hevy           New Issue                                    
======================================================================



More information about the cmake-developers mailing list