mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-19 01:24:53 -05:00
#2313 Improve RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES
Set default on and mark as advanced
This commit is contained in:
+3
-1
@@ -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)
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user