From 706740ca5bd8cb19be5ac2594303af167a39575f Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 4 Jan 2018 13:53:50 +0100 Subject: [PATCH] #2313 Improve RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_SOURING Set default ON --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc0e91b04e..19fc920143 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,7 +145,7 @@ if(MSVC) set(RESINSIGHT_HDF5_DIR "" CACHE PATH "Path to HDF5") endif() -option (RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_SOURING "Enable prototype feature Souring (requires third party library HDF5)" OFF) +option (RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_SOURING "Enable prototype feature Souring (requires third party library HDF5)" ON) if (RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_SOURING) if(MSVC) if(NOT ${RESINSIGHT_HDF5_DIR} EQUAL "")