#2313 Improve RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_SOURING

Set default ON
This commit is contained in:
Magne Sjaastad 2018-01-04 13:53:50 +01:00
parent efd321f2c6
commit 706740ca5b

View File

@ -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 "")