I have an issue where the final step of the ASPiK build fails. It's when the symbolic link is created from the built plugin to the standard VST3 directory.
This shouldn't be a biggy, as there's a CMake option to specify not to do this:
e.g. cmake -G"Visual Studio 17 2022" ../ -DSMTG_CREATE_PLUGIN_LINK=0
However, the ALL_BUILD still tries to do the final symbolic link step and so fails. The plugin still builds and is present in the expected win_build folder, but it's quite off-putting for students who think their code is at fault.
Is this a VST issue, or is ASPiK over-ruling this CMake option somewhere?
I have an issue where the final step of the ASPiK build fails. It's when the symbolic link is created from the built plugin to the standard VST3 directory.
This shouldn't be a biggy, as there's a CMake option to specify not to do this:
e.g. cmake -G"Visual Studio 17 2022" ../ -DSMTG_CREATE_PLUGIN_LINK=0
However, the ALL_BUILD still tries to do the final symbolic link step and so fails. The plugin still builds and is present in the expected win_build folder, but it's quite off-putting for students who think their code is at fault.
Is this a VST issue, or is ASPiK over-ruling this CMake option somewhere?