Commit 9a3e371 1 parent 395d4ca commit 9a3e371 Copy full SHA for 9a3e371
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ Use system kiss-fft: ${SFIZZ_USE_SYSTEM_KISS_FFT}
161
161
Use system pugixml: ${SFIZZ_USE_SYSTEM_PUGIXML}
162
162
Use system simde: ${SFIZZ_USE_SYSTEM_SIMDE} " )
163
163
if (CMAKE_PROJECT_NAME STREQUAL "sfizz" )
164
- message (STATUS "
164
+ message (STATUS "
165
165
Use system lv2: ${SFIZZ_USE_SYSTEM_LV2}
166
166
Use system vst3sdk sources: ${SFIZZ_USE_SYSTEM_VST3SDK}
167
167
@@ -170,12 +170,12 @@ Build LV2 plug-in: ${PLUGIN_LV2}
170
170
Build LV2 user interface: ${PLUGIN_LV2_UI}
171
171
LV2 plugin-side CC automation ${PLUGIN_LV2_PSA}
172
172
Build Pure Data plug-in: ${PLUGIN_PUREDATA}
173
- Build VST plug-in: ${PLUGIN_VST }
173
+ Build VST3 plug-in: ${PLUGIN_VST3 }
174
174
175
- AU destination directory: ${AU_PLUGIN_INSTALL_DIR}
176
- LV2 destination directory: ${LV2PLUGIN_INSTALL_DIR }
177
- Pd destination directory: ${PD_PLUGIN_INSTALL_DIR}
178
- VST destination directory: ${VSTPLUGIN_INSTALL_DIR } " )
175
+ AU destination directory: ${AU_PLUGIN_INSTALL_DIR}
176
+ LV2 destination directory: ${LV2_PLUGIN_INSTALL_DIR }
177
+ Pd destination directory: ${PD_PLUGIN_INSTALL_DIR}
178
+ VST3 destination directory: ${VST3_PLUGIN_INSTALL_DIR } " )
179
179
endif ()
180
180
message (STATUS "
181
181
Install prefix: ${CMAKE_INSTALL_PREFIX}
You can’t perform that action at this time.
0 commit comments