mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Compile Octave plugins using Octave Qt by default
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user