Skip to content

Commit

Permalink
Disable Octave build temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Oct 4, 2024
1 parent 443896a commit 229fb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Octave/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 229fb25

Please sign in to comment.