#2313 Improve RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES

Set default on and mark as advanced
This commit is contained in:
Magne Sjaastad 2018-01-04 13:51:54 +01:00
parent 780f11713d
commit efd321f2c6

View File

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