Skip to content

Commit

Permalink
Update CLAP to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Sep 30, 2023
1 parent fa2af89 commit 7f6f910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if(NOT EMSCRIPTEN)
endif()

include(FetchContent)
FetchContent_Declare(clap GIT_REPOSITORY "https://github.com/free-audio/clap" GIT_TAG "1.1.1")
FetchContent_Declare(clap GIT_REPOSITORY "https://github.com/free-audio/clap" GIT_TAG "1.1.8")
FetchContent_MakeAvailable(clap)

if(EMSCRIPTEN)
Expand Down

0 comments on commit 7f6f910

Please sign in to comment.