From a8e2050e699f5ce1e0fc1fb12303820f1d40a5f4 Mon Sep 17 00:00:00 2001 From: Fares Schulz Date: Thu, 12 Dec 2024 18:12:09 +0100 Subject: [PATCH] Updated juce-audio-plugin to the most recent juce version --- examples/juce-audio-plugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)