Skip to content

Commit 1ac395a

Browse files
committed
Enabled MuseSampler module
1 parent 84ff847 commit 1ac395a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ set(VST3_SDK_VERSION "3.7")
112112
option(BUILD_VST "Build VST MODULE" OFF)
113113
set(VST3_SDK_PATH "" CACHE PATH "Path to VST3_SDK. SDK version >= ${VST3_SDK_VERSION} required")
114114

115-
option(BUILD_MUSESAMPLER_MODULE "Build MuseSampler MODULE" OFF)
115+
option(BUILD_MUSESAMPLER_MODULE "Build MuseSampler MODULE" ON)
116116
set(MUSESAMPLER_SRC_PATH "" CACHE PATH "Path to MuseSampler sources")
117117

118118
option(ENABLE_AUDIO_EXPORT "Enable audio export" ON)

0 commit comments

Comments
 (0)