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 ec2fe65 commit fc997f7Copy full SHA for fc997f7
1 file changed
CMakeLists.txt
@@ -54,12 +54,7 @@ set(HARDENED_RUNTIME_OPTIONS "com.apple.security.device.audio-input")
54
set(JUCE_ENABLE_MODULE_SOURCE_GROUPS ON CACHE BOOL "" FORCE)
55
set_property(GLOBAL PROPERTY USE_FOLDERS YES)
56
57
-if(BUILD_CUSTOM_PLUGIN)
58
- project(${CUSTOM_PLUGIN_NAME} VERSION ${CUSTOM_PLUGIN_VERSION} LANGUAGES C CXX)
59
-else()
60
- project(plugdata VERSION 0.9.2 LANGUAGES C CXX)
61
-endif()
62
-
+project(plugdata VERSION 0.9.0 LANGUAGES C CXX)
63
64
if(QUICK_BUILD)
65
set(ENABLE_SFIZZ OFF)
0 commit comments