update JUCE

This commit is contained in:
Boof2015
2026-06-03 08:34:55 -04:00
parent 2d634fda17
commit 67f1c46862
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ else()
include(FetchContent)
FetchContent_Declare(JUCE
GIT_REPOSITORY https://github.com/juce-framework/JUCE.git
GIT_TAG 8.0.4
GIT_TAG 8.0.13
GIT_SHALLOW TRUE)
FetchContent_MakeAvailable(JUCE)
endif()