Skip to content

Commit

Permalink
Taking out version 1.8.14 requirement for hdf5.
Browse files Browse the repository at this point in the history
  • Loading branch information
CFGrote committed Apr 13, 2016
1 parent 013bf16 commit 0763659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/Diffractors/SingFElPhotonDiffractor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
INCLUDE(ExternalProject)

FIND_PACKAGE (HDF5 1.8.14 REQUIRED HL CXX)
FIND_PACKAGE (HDF5 REQUIRED HL CXX)
MESSAGE("HDF5_INCLUDE_DIRS=${HDF5_INCLUDE_DIRS}")
MESSAGE("HDF5_LIBRARY_DIRS=${HDF5_LIBRARY_DIRS}")
FIND_PACKAGE (MPI REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ IF(NOT CMAKE_BUILD_TYPE)
#SET(CMAKE_BUILD_TYPE "MINSIZEREL")
ENDIF()

FIND_PACKAGE(HDF5 1.8.14 REQUIRED HL CXX)
FIND_PACKAGE(HDF5 REQUIRED HL CXX)
IF(HDF5_FOUND)
MESSAGE("HDF5 FOUND!!!")
MESSAGE("HDF5_INCLUDE_DIRS=${HDF5_INCLUDE_DIRS}")
Expand Down

0 comments on commit 0763659

Please sign in to comment.