Skip to content

CMake Option SMTG_CREATE_PLUGIN_LINK=0 doesn't work #46

@DrWig

Description

@DrWig

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions