-
Tor Didriksen authored
The output at the end of a cmake run is confusing when using -G Ninja The code assumes that anything other than "Makefiles" is a multi-config build like Xcode or Visual Studio Fix: Treat anything other than Xcode and "Visual Studio" as single-config.
Tor Didriksen authoredThe output at the end of a cmake run is confusing when using -G Ninja The code assumes that anything other than "Makefiles" is a multi-config build like Xcode or Visual Studio Fix: Treat anything other than Xcode and "Visual Studio" as single-config.
Loading