MantisBT - CMake
View Issue Details
0010416CMakeModulespublic2010-03-13 14:282016-06-10 14:31
Antonio Valentino 
Will Dicharry 
normalminoralways
closedmoved 
CMake-2-8 
 
0010416: HDF5 dependencies detection
HDF5 library can depends on zlib and/or szip libaries.
Detection of this dependencies fails if when the HDF5_C_COMPILER_EXECUTABLE is not available (e.g. when one try to use pre-build HDF5 libraries on win32).

Please find attached the modified version of FindHDF5.cmake that
includes:

* improved logic for detecting zlib and szib dependencies when the
  wrapper compiler is not available
* code for setting windows specific defines for using DLLs when the
  wrapper compiler is not available
* code for setting component specific libraries
  (HDF5_${LANGUAGE}_LIBRARIES). The variable was always empty in the
  previous version
 
Please note that the modified module depends on Michael
Jackson's FindSZIP.cmake module available at

http://gitorious.org/hdf5/hdf5-v18/blobs/master/Resources/CMake/FindSZIP.cmake [^]



Relevant discussion on the users mailing list:

http://www.cmake.org/pipermail/cmake/2010-March/035520.html [^]
No tags attached.
? FindHDF5.cmake (16,737) 2010-03-13 14:28
https://public.kitware.com/Bug/file/2965/FindHDF5.cmake
Issue History
2010-03-13 14:28Antonio ValentinoNew Issue
2010-03-13 14:28Antonio ValentinoFile Added: FindHDF5.cmake
2010-12-15 07:51David ColeAssigned To => Will Dicharry
2010-12-15 07:51David ColeStatusnew => assigned
2011-05-20 17:01Will DicharryNote Added: 0026564
2016-06-10 14:27Kitware RobotNote Added: 0041668
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0026564)
Will Dicharry   
2011-05-20 17:01   
Since Mike Jackson's FindSZIP is not part of the standard CMake distribution and I'm not willing to maintain it, I'm not sure what to do about this.
(0041668)
Kitware Robot   
2016-06-10 14:27   
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.