Skip to content

Commit 6b028fd

Browse files
authored
Update JUCE to 8.0.3 (#133)
1 parent b107dd2 commit 6b028fd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(pluginval VERSION ${CURRENT_VERSION})
66
if (APPLE)
77
# Target OS versions down to 10.11
88
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE INTERNAL "")
9-
9+
1010
# Uncomment to produce a universal binary
1111
# set(CMAKE_OSX_ARCHITECTURES arm64 x86_64)
1212
endif()
@@ -80,10 +80,7 @@ target_compile_definitions(pluginval PRIVATE
8080
JUCE_PLUGINHOST_LV2=1
8181
JUCE_USE_CURL=0
8282
JUCE_WEB_BROWSER=0
83-
JUCER_ENABLE_GPL_MODE=1
84-
JUCE_DISPLAY_SPLASH_SCREEN=0
8583
JUCE_MODAL_LOOPS_PERMITTED=1
86-
JUCE_REPORT_APP_USAGE=0
8784
JUCE_GUI_BASICS_INCLUDE_XHEADERS=1
8885
VERSION="${CURRENT_VERSION}")
8986

modules/juce

Submodule juce updated 2738 files

0 commit comments

Comments
 (0)