View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015432CMakeCMakepublic2015-03-06 08:012016-06-10 14:31
ReporterSascha Kratky 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformLinuxOSUbuntuOS Version12.04
Product VersionCMake 3.1.3 
Target VersionFixed in Version 
Summary0015432: FindHDF5 HDF5_USE_STATIC_LIBRARIES should only apply to HD5 specific libraries
DescriptionWhen HDF5_USE_STATIC_LIBRARIES is set to ON, i.e.:

    set (HDF5_USE_STATIC_LIBRARIES ON)
    find_package (HDF5)

the module also links system libraries like libm, librt, libdl and libpthread statically. This does not work for shared libraries under Linux. The HDF5_USE_STATIC_LIBRARIES should only affect the linking of HDF5 related libraries libhdf5, libhdf5_hl libhdf5_cpp.a.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042726)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2015-03-06 08:01 Sascha Kratky New Issue
2016-06-10 14:29 Kitware Robot Note Added: 0042726
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team