steinbergmedia / vst3sdk

VST 3 Plug-In SDK
Other
1.57k stars 162 forks source link

Update README.md cmake args #91

Closed etheory closed 2 years ago

etheory commented 2 years ago

cmake does not allow a -SMTG_CREATE_PLUGIN_LINK=0 argument as outlined in the docs, the correct syntax would be: -DSMTG_CREATE_PLUGIN_LINK=0, same for -SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=1 which should be -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=1.

ygrabit commented 2 years ago

Thanks, will be fixed in next update