Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Dec 5, 2024
1 parent 00fc98d commit 81cb088
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ if(RESINSIGHT_USE_EXTERNAL_OCTAVE_PLUGINS)

if(MSVC)
set(OCTAVE_PLUGINS_URL
"https://github.com/CeetronSolutions/resinsight-dependencies/releases/download/2024.11/OctavePlugins-0.1.1-win64.zip"
"https://github.com/CeetronSolutions/resinsight-dependencies/releases/latest/download/OctavePlugins-0.1.1-win64.zip"
)
else()
set(OCTAVE_PLUGINS_URL
Expand Down Expand Up @@ -1079,7 +1079,9 @@ else(RESINSIGHT_USE_EXTERNAL_OCTAVE_PLUGINS)

# The build of Octave Plugins is currently not working when Ninja is used as
# build tool A separate build job is configured to build the Octave Plugins,
# and the build is cached at GitHub add_subdirectory(Octave/OctavePlugin)
# and the build is cached at GitHub
#
# add_subdirectory(Octave/OctavePlugin)
else(OCTAVE_MKOCTFILE)
message(
STATUS "Could not find OCTAVE_MKOCTFILE, skipping OctavePlugin library"
Expand Down

0 comments on commit 81cb088

Please sign in to comment.