Closed danielknobe closed 1 year ago
You are right but it doesn't work with Visual Studio. I'm not sure if this line is for the MinGW builds.
can we remove -mwindows
then, and rely on CMake to do the right thing?
Seems -mwindows never has any effect because it works only on MSYS and was wrongly checked. Checking for MSYS, now. This solves the problem. Thanks for the hint @ngc92 👍 .
I'm a bit confused about this, isn't this the reason why we supply the
-mwindows
flag?