From ca1e08a1a452c546adfca3d520a652c45e89e667 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 7 Aug 2017 12:36:29 +0200 Subject: [PATCH] #1676 Disable HDF5 by default --- ApplicationCode/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ApplicationCode/CMakeLists.txt b/ApplicationCode/CMakeLists.txt index b153477085..aa7c42e0ad 100644 --- a/ApplicationCode/CMakeLists.txt +++ b/ApplicationCode/CMakeLists.txt @@ -179,8 +179,7 @@ add_subdirectory(GeoMech/GeoMechDataModel) # # HDF5 -#option(RESINSIGHT_ENABLE_HDF5 "Use HDF5" OFF) -set(RESINSIGHT_ENABLE_HDF5 true) +option(RESINSIGHT_ENABLE_HDF5 "Use HDF5" OFF) if(RESINSIGHT_ENABLE_HDF5) add_definitions(-DH5_BUILT_AS_DYNAMIC_LIB) find_package(HDF5 REQUIRED COMPONENTS CXX)