Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/avendish.clap.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(NOT CLAP_HEADER)
FetchContent_Declare(
avnd_clap_headers
GIT_REPOSITORY "https://github.com/free-audio/clap"
GIT_TAG 1.2.9
GIT_TAG 1.2.10
GIT_PROGRESS true
)
FetchContent_GetProperties(avnd_clap_headers)
Expand Down
Loading