You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VST3Inspector is placed in public.sdk\sample. So I expected that setting SMTG_ADD_VST3_HOSTING_SAMPLES to FALSE disables the build, but it didn't. As a workaround, I changed first condition of public.sdk\samples\vst-hosting\inspectorapp\CMakeLists.txt as following.
if(TARGET vstgui ANDTARGET vstgui_standalone AND SMTG_ADD_VST3_HOSTING_SAMPLES)
The text was updated successfully, but these errors were encountered:
[Windows] Link Error on VST3Inspector
Following error occured on GitHub Actions'
windows-latest
environment. VST 3 SDK version is 3.7.7.Following CMake command is used. (Link to full build script):
Full log from GitHub Actions is on following link:
https://gist.github.com/ryukau/70f07cc29c0d189df2e8e674dd76b515
Workaround
VST3Inspector is placed in
public.sdk\sample
. So I expected that settingSMTG_ADD_VST3_HOSTING_SAMPLES
toFALSE
disables the build, but it didn't. As a workaround, I changed first condition ofpublic.sdk\samples\vst-hosting\inspectorapp\CMakeLists.txt
as following.The text was updated successfully, but these errors were encountered: