We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ff847 commit 1ac395aCopy full SHA for 1ac395a
CMakeLists.txt
@@ -112,7 +112,7 @@ set(VST3_SDK_VERSION "3.7")
112
option(BUILD_VST "Build VST MODULE" OFF)
113
set(VST3_SDK_PATH "" CACHE PATH "Path to VST3_SDK. SDK version >= ${VST3_SDK_VERSION} required")
114
115
-option(BUILD_MUSESAMPLER_MODULE "Build MuseSampler MODULE" OFF)
+option(BUILD_MUSESAMPLER_MODULE "Build MuseSampler MODULE" ON)
116
set(MUSESAMPLER_SRC_PATH "" CACHE PATH "Path to MuseSampler sources")
117
118
option(ENABLE_AUDIO_EXPORT "Enable audio export" ON)
0 commit comments