Skip to content

Commit fc997f7

Browse files
committed
Revert accidental commit "Set custom project name and version for cmake as well"
This reverts commit ec2fe65.
1 parent ec2fe65 commit fc997f7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,7 @@ set(HARDENED_RUNTIME_OPTIONS "com.apple.security.device.audio-input")
5454
set(JUCE_ENABLE_MODULE_SOURCE_GROUPS ON CACHE BOOL "" FORCE)
5555
set_property(GLOBAL PROPERTY USE_FOLDERS YES)
5656

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-
57+
project(plugdata VERSION 0.9.0 LANGUAGES C CXX)
6358

6459
if(QUICK_BUILD)
6560
set(ENABLE_SFIZZ OFF)

0 commit comments

Comments
 (0)