Fix compile of ResInsight without Octave plugins

This commit is contained in:
Magne Sjaastad
2013-10-24 16:03:32 +02:00
parent 5c4be3c16d
commit 2deb434a07

View File

@@ -69,7 +69,7 @@ endif()
# Clear the list of binary oct files to be produced
set(OCTAVE_BINARY_OCT_FILES)
if (RESINSIGHT_OCTAVE_PLUGIN_QMAKE AND RESINSIGHT_OCTAVE_PLUGIN_MKOCTFILE)
foreach(srcFileName IN LISTS CPP_SOURCES)
if(NOT IS_ABSOLUTE "${srcFileName}")
@@ -193,3 +193,6 @@ else (RESINSIGHT_PRIVATE_INSTALL)
)
endif (RESINSIGHT_PRIVATE_INSTALL)
endif (RESINSIGHT_OCTAVE_PLUGIN_QMAKE AND RESINSIGHT_OCTAVE_PLUGIN_MKOCTFILE)