Skip to content

Commit 9a3e371

Browse files
committed
Typos
1 parent 395d4ca commit 9a3e371

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cmake/SfizzConfig.cmake

+6-6
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Use system kiss-fft: ${SFIZZ_USE_SYSTEM_KISS_FFT}
161161
Use system pugixml: ${SFIZZ_USE_SYSTEM_PUGIXML}
162162
Use system simde: ${SFIZZ_USE_SYSTEM_SIMDE}")
163163
if(CMAKE_PROJECT_NAME STREQUAL "sfizz")
164-
message(STATUS "
164+
message(STATUS "
165165
Use system lv2: ${SFIZZ_USE_SYSTEM_LV2}
166166
Use system vst3sdk sources: ${SFIZZ_USE_SYSTEM_VST3SDK}
167167
@@ -170,12 +170,12 @@ Build LV2 plug-in: ${PLUGIN_LV2}
170170
Build LV2 user interface: ${PLUGIN_LV2_UI}
171171
LV2 plugin-side CC automation ${PLUGIN_LV2_PSA}
172172
Build Pure Data plug-in: ${PLUGIN_PUREDATA}
173-
Build VST plug-in: ${PLUGIN_VST}
173+
Build VST3 plug-in: ${PLUGIN_VST3}
174174
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}")
179179
endif()
180180
message(STATUS "
181181
Install prefix: ${CMAKE_INSTALL_PREFIX}

0 commit comments

Comments
 (0)