MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013434 | CMake | CMake | public | 2012-07-24 05:28 | 2016-06-10 14:31 |
|
Reporter | Julien Bigot | |
Assigned To | Kitware Robot | |
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | moved | |
Platform | Bluegene | OS | | OS Version | |
Product Version | CMake 2.8.8 | |
Target Version | | Fixed in Version | | |
|
Summary | 0013434: FindHDF5 does not look up for libraries in the compiler default directories resulting in missing libraries |
Description | When generating HDF5_${LANGUAGE}_LIBRARY_DIRS, the directories where it looks for libraries, FindHDF5 only adds explicitely specified directories.
Some libraries are not in these directories, but rather in the compiler default directories.
FindMPI solves this by appending ${CMAKE_${LANGUAGE}_IMPLICIT_LINK_DIRECTORIES} to the list of looked for directories. |
Steps To Reproduce | |
Additional Information | The attached patch mimics the FindMPI behaviour that solves the problem |
Tags | No tags attached. |
Relationships | |
Attached Files | FindHDF5.cmake.patch (605) 2012-07-24 05:28 https://public.kitware.com/Bug/file/4407/FindHDF5.cmake.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2012-07-24 05:28 | Julien Bigot | New Issue | |
2012-07-24 05:28 | Julien Bigot | File Added: FindHDF5.cmake.patch | |
2013-12-18 13:58 | Sean Patrick Santos | Note Added: 0034797 | |
2016-06-10 14:28 | Kitware Robot | Note Added: 0042095 | |
2016-06-10 14:28 | Kitware Robot | Status | new => resolved |
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |