cmake: fix hdf5 variables

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>

# Conflicts:
#	CMakeLists.txt
pull/22/head
Thorsten Liebig 2016-11-15 20:13:05 +01:00
parent 23518278e8
commit 9f3d5f0da2
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ ADD_DEFINITIONS( -DTIXML_USE_STL )
# hdf5 # hdf5
find_package(HDF5 1.8 COMPONENTS C HL REQUIRED) find_package(HDF5 1.8 COMPONENTS C HL REQUIRED)
INCLUDE_DIRECTORIES (${HDF5_INCLUDE_DIR}) INCLUDE_DIRECTORIES (${HDF5_INCLUDE_DIRS})
link_directories(${HDF5_LIBRARIES}) link_directories(${HDF5_LIBRARIES})
# boost # boost