diff --git a/examples/juce-audio-plugin/CMakeLists.txt b/examples/juce-audio-plugin/CMakeLists.txt index 005b5cd..77484e9 100644 --- a/examples/juce-audio-plugin/CMakeLists.txt +++ b/examples/juce-audio-plugin/CMakeLists.txt @@ -29,7 +29,7 @@ include(FetchContent) FetchContent_Declare(JUCE GIT_REPOSITORY https://github.com/juce-framework/JUCE.git - GIT_TAG 7.0.8 + GIT_TAG 8.0.4 GIT_PROGRESS TRUE ) FetchContent_MakeAvailable(JUCE)