mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
System : Compile Octave plugins using Octave Qt by default
This commit is contained in:
parent
c159dfb763
commit
b0ad6df123
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user