Skip to content

Commit 4edf85d

Browse files
jcelerierclaude
andcommitted
cmake: bump Avendish to master (per-backend AVND_ENABLE gating + VST3 /MT fix)
Single-backend builds no longer fetch/build other backends' deps (godot-cpp, the VST3 SDK). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QYPRqP7mhC5GKDJV4WksZ5
1 parent adec129 commit 4edf85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(NOT Avendish_FOUND)
1818
FetchContent_Declare(
1919
Avendish
2020
GIT_REPOSITORY "https://github.com/celtera/avendish"
21-
GIT_TAG 79da89b4c292933f7915ed813d6d9c2856b50f2a)
21+
GIT_TAG 6d08f1ef040da7cb62973859b62b14159c864ffe)
2222
FetchContent_Populate(Avendish)
2323
list(APPEND CMAKE_PREFIX_PATH "${avendish_SOURCE_DIR}")
2424
find_package(Avendish REQUIRED)

0 commit comments

Comments
 (0)