Hi.
I discovered that when a starter project is built with the ASPiKreator tool and the Project Name is not changed (it has the default value "NewASPiKProject"), the cmake build fails.
I understand this is because the Plugin Name is not populated by default so it's an empty string in the resulting CMakeLists.txt.
So just wanted to inform about that minor issue that maybe could be fixed.
Steps:
- open ASPiKreator
- select correct folder within a specific SDK (VST_SDK in my case)
- select project type (VST)
- press Create Project
- from the console, go to the folder
[projects_root\NewASPiKProject\win_build
- run
cmake ..
- build exits with error
Configuring incomplete, errors occurred! at the end
Thanks.
Hi.
I discovered that when a starter project is built with the ASPiKreator tool and the Project Name is not changed (it has the default value "NewASPiKProject"), the
cmakebuild fails.I understand this is because the Plugin Name is not populated by default so it's an empty string in the resulting
CMakeLists.txt.So just wanted to inform about that minor issue that maybe could be fixed.
Steps:
[projects_root\NewASPiKProject\win_buildcmake ..Configuring incomplete, errors occurred!at the endThanks.