diff --git a/cmake/avendish.clap.cmake b/cmake/avendish.clap.cmake index 4b3fdd1a..426da0d8 100644 --- a/cmake/avendish.clap.cmake +++ b/cmake/avendish.clap.cmake @@ -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)