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
have the same output name. The same effect could be seen on other plugins.
I tested this issue on CYGWIN and MinGW, but I think it should be possible to reproduce it also on Linux.
EDIT: tested on Debian, CMake completed the configuration process successfully and it didn't raise the error that happens on Windows.
The text was updated successfully, but these errors were encountered:
I didn't see the edit until just now, but I can confirm this is an issue that does not occur with Linux given ninja version 1.10.2 and cmake version 3.20.5.
When you execute CMake, if you add
-G Ninja
for using ninja instead of GNU Make, this error is printed on the console:Perhaps, this happens because this line:
zynaddsubfx/src/Plugin/AlienWah/CMakeLists.txt
Line 10 in ba26711
and this line:
zynaddsubfx/src/Plugin/AlienWah/CMakeLists.txt
Line 16 in ba26711
have the same output name. The same effect could be seen on other plugins.
I tested this issue on CYGWIN and MinGW, but I think it should be possible to reproduce it also on Linux.
EDIT: tested on Debian, CMake completed the configuration process successfully and it didn't raise the error that happens on Windows.
The text was updated successfully, but these errors were encountered: