From 3a7a53c94fdf0d6c0b9c97ea3b37f50a87c1ff21 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Mon, 6 Jun 2011 10:07:12 -0400 Subject: [PATCH] Precise that we want C++ --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ecf5e1..4e0ea3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ find_library(NETCDFCPP_LIBRARY netcdf_c++) find_library(GSL_LIBRARY gsl) find_library(GSLCBLAS_LIBRARY gslcblas) +set(HDF5_FIND_COMPONENTS CXX) include(FindHDF5)