Mark option as advanced to hide from normal GUI options

This commit is contained in:
Magne Sjaastad 2013-10-16 14:17:34 +02:00
parent ca1ef3a5fb
commit 90e10dea4d

View File

@ -38,6 +38,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
if (CMAKE_CL_64)
option(RESINSIGHT_OCTAVE_PLUGIN_32_BIT "Use 32-bit environment for compilation on Windows (mkoctfile and Qt used for Octave must match)" OFF)
mark_as_advanced(RESINSIGHT_OCTAVE_PLUGIN_32_BIT)
endif()
endif()