From a525326ef6c25419ae6605271434e66166833985 Mon Sep 17 00:00:00 2001 From: Stuart Campbell Date: Thu, 20 Dec 2012 09:32:15 -0500 Subject: [PATCH] refs #5401. Re-enable HL component CMake 2.8.5 or greater is required in order for this to work. --- Code/Mantid/Framework/DataHandling/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/DataHandling/CMakeLists.txt b/Code/Mantid/Framework/DataHandling/CMakeLists.txt index 83d090dc146d..d25fe091dccb 100644 --- a/Code/Mantid/Framework/DataHandling/CMakeLists.txt +++ b/Code/Mantid/Framework/DataHandling/CMakeLists.txt @@ -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})