mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 07:03:25 -06:00
#1676 Disable HDF5 by default
This commit is contained in:
parent
c6575460da
commit
ca1e08a1a4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user