Skip to content

Commit

Permalink
refs #5401. Re-enable HL component
Browse files Browse the repository at this point in the history
CMake 2.8.5 or greater is required in order for this to work.
  • Loading branch information
stuartcampbell committed Dec 20, 2012
1 parent f733e22 commit a525326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/CMakeLists.txt
Expand Up @@ -410,7 +410,7 @@ IF (${CMAKE_SYSTEM_NAME} MATCHES "Windows" OR ${CMAKE_SYSTEM_NAME} MATCHES "Darw
find_package ( HDF5 COMPONENTS HL REQUIRED
CONFIGS hdf5-config.cmake )
ELSE()
find_package ( HDF5 COMPONENTS )
find_package ( HDF5 COMPONENTS HL REQUIRED )
ENDIF()

#message (STATUS "HDF5_INCLUDE_DIRS:" ${HDF5_INCLUDE_DIRS})
Expand Down

0 comments on commit a525326

Please sign in to comment.