Skip to content

Commit

Permalink
Update JUCE to 8.0.3 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
reuk authored Oct 21, 2024
1 parent b107dd2 commit 6b028fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(pluginval VERSION ${CURRENT_VERSION})
if (APPLE)
# Target OS versions down to 10.11
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE INTERNAL "")

# Uncomment to produce a universal binary
# set(CMAKE_OSX_ARCHITECTURES arm64 x86_64)
endif()
Expand Down Expand Up @@ -80,10 +80,7 @@ target_compile_definitions(pluginval PRIVATE
JUCE_PLUGINHOST_LV2=1
JUCE_USE_CURL=0
JUCE_WEB_BROWSER=0
JUCER_ENABLE_GPL_MODE=1
JUCE_DISPLAY_SPLASH_SCREEN=0
JUCE_MODAL_LOOPS_PERMITTED=1
JUCE_REPORT_APP_USAGE=0
JUCE_GUI_BASICS_INCLUDE_XHEADERS=1
VERSION="${CURRENT_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion modules/juce
Submodule juce updated 2738 files

0 comments on commit 6b028fd

Please sign in to comment.