From a2c2ec2ff511490409e25a025e3b3f8fa207f9ed Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Tue, 13 Dec 2016 19:09:13 +0100 Subject: [PATCH] cmake: hdf5 support fixes Signed-off-by: Thorsten Liebig --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 316bc24..beef345 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ ELSE() SET( CMAKE_BUILD_TYPE Release CACHE STRING "Set to either \"Release\" or \"Debug\"" ) ENDIF() -PROJECT(openEMS CXX) +PROJECT(openEMS CXX C) cmake_minimum_required(VERSION 2.8) # default @@ -180,6 +180,7 @@ TARGET_LINK_LIBRARIES( openEMS ${fparser_LIBRARIES} tinyxml ${HDF5_LIBRARIES} + ${HDF5_HL_LIBRARIES} ${Boost_LIBRARIES} ${vtk_LIBS} ${MPI_LIBRARIES}