mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2313 Improve RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES
Set default on and mark as advanced
This commit is contained in:
parent
780f11713d
commit
efd321f2c6
@ -277,7 +277,9 @@ list(APPEND THIRD_PARTY_LIBRARIES
|
||||
################################################################################
|
||||
# Prototype feature Fractures
|
||||
################################################################################
|
||||
option (RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES "Enable prototype feature Fractures" OFF)
|
||||
option (RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES "Enable prototype feature Fractures" ON)
|
||||
mark_as_advanced(FORCE RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES)
|
||||
|
||||
if (RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES)
|
||||
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user