Skip to content

Commit a6787a3

Browse files
authored
Issue #647: CMake: Check for a sufficiently new HDF5 version (#674)
- Also removes FindHDF5.cmake file, which is now shipped with cmake
1 parent 0a305bd commit a6787a3

File tree

3 files changed

+6
-1231
lines changed

3 files changed

+6
-1231
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ install(FILES
171171
DESTINATION ${CMAKE_INSTALL_PACKAGEDIR}
172172
COMPONENT development)
173173

174-
install(FILES
175-
cmake/FindHDF5.cmake
176-
DESTINATION ${CMAKE_INSTALL_PACKAGEDIR}/hdf5
177-
COMPONENT development)
178-
179174
#
180175
# uninstall target
181176
#

0 commit comments

Comments
 (0)