#1794 Set RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES default off

This commit is contained in:
Magne Sjaastad 2017-08-22 10:03:53 +02:00
parent 4076c511fa
commit 75f5c6ab3b

View File

@ -271,7 +271,7 @@ list(APPEND THIRD_PARTY_LIBRARIES
################################################################################
# Prototype feature Fractures
################################################################################
option (RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES "Enable prototype feature Fractures" ON)
option (RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES "Enable prototype feature Fractures" OFF)
if (RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES)
################################################################################