Tracktion / pluginval

Cross platform plugin testing and validation tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmake error on Windows

DesertKnight opened this issue · comments

The following error on Windows is generated:

c:\p4client\ProAudio\SDKs\PluginVal\1.0.1>cmake -B Builds/Debug -DCMAKE_BUILD_TYPE=Debug . # configure
CMake Error: The source directory "C:/p4client/ProAudio/SDKs/PluginVal/1.0.1/configure" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.

cmake used is 3.22

Ok. Apparently Windows can not handle "# configure" as a comment. Just need to run without it.

Yes, sorry, that's really just there to show you what each line is doing.