Disable Octave build temporarily

This commit is contained in:
Magne Sjaastad 2024-10-04 12:39:17 +02:00
parent 226ad98931
commit 8d828fdc84

View File

@ -22,7 +22,7 @@ else()
set(QT_LIBRARIES Qt5::Core Qt5::Gui Qt5::OpenGL Qt5::Widgets Qt5::Network)
endif()
add_subdirectory(OctavePlugin)
# Disable build of Octave awaiting a fix for Qt6 add_subdirectory(OctavePlugin)
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set(CPACK_GENERATOR TGZ)