System : Compile Octave plugins using Octave Qt by default

This commit is contained in:
Magne Sjaastad 2019-01-28 14:50:02 +01:00
parent c159dfb763
commit b0ad6df123

View File

@ -74,7 +74,7 @@ endif ()
message ("Compiling Octave plugins using : ${OCTAVE_MKOCTFILE}")
if (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
option(RESINSIGHT_OCTAVE_PLUGIN_QT "Compile Octave plugin using Qt located insided Octave root folder" OFF)
option(RESINSIGHT_OCTAVE_PLUGIN_QT "Compile Octave plugin using Qt located insided Octave root folder" ON)
endif(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
if(RESINSIGHT_OCTAVE_PLUGIN_QT)