From 90e10dea4d67f628f05ab4f00b96a44eb9d7b6fd Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 16 Oct 2013 14:17:34 +0200 Subject: [PATCH] Mark option as advanced to hide from normal GUI options --- OctavePlugin/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/OctavePlugin/CMakeLists.txt b/OctavePlugin/CMakeLists.txt index 351ceecfd8..e7247411ce 100644 --- a/OctavePlugin/CMakeLists.txt +++ b/OctavePlugin/CMakeLists.txt @@ -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()