Skip to content
Snippets Groups Projects
Commit 363d25b3 authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Merge pull request #429 from mantidproject/11388_find_hdf5_headers_in_exotic_places

Find HDF5 headers in exotic locations
parents 38f3b34c 69635b4f
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ set ( CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH}/zlib123 )
find_package ( ZLIB REQUIRED )
set ( CMAKE_INCLUDE_PATH ${MAIN_CMAKE_INCLUDE_PATH} )
if (${CMAKE_SYSTEM_NAME} MATCHES "Windows" OR OSX_VERSION VERSION_LESS 10.9)
if (${CMAKE_SYSTEM_NAME} MATCHES "Windows" OR (APPLE AND OSX_VERSION VERSION_LESS 10.9))
set (HDF5_DIR "${CMAKE_MODULE_PATH}")
find_package ( HDF5 COMPONENTS HL REQUIRED
CONFIGS hdf5-config.cmake )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment