We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b107dd2 commit 6b028fdCopy full SHA for 6b028fd
CMakeLists.txt
@@ -6,7 +6,7 @@ project(pluginval VERSION ${CURRENT_VERSION})
6
if (APPLE)
7
# Target OS versions down to 10.11
8
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE INTERNAL "")
9
-
+
10
# Uncomment to produce a universal binary
11
# set(CMAKE_OSX_ARCHITECTURES arm64 x86_64)
12
endif()
@@ -80,10 +80,7 @@ target_compile_definitions(pluginval PRIVATE
80
JUCE_PLUGINHOST_LV2=1
81
JUCE_USE_CURL=0
82
JUCE_WEB_BROWSER=0
83
- JUCER_ENABLE_GPL_MODE=1
84
- JUCE_DISPLAY_SPLASH_SCREEN=0
85
JUCE_MODAL_LOOPS_PERMITTED=1
86
- JUCE_REPORT_APP_USAGE=0
87
JUCE_GUI_BASICS_INCLUDE_XHEADERS=1
88
VERSION="${CURRENT_VERSION}")
89
modules/juce
0 commit comments