summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/NinjaMultiConfig/SimpleNoCross-relwithdebinfo-in-release-graph-all-build-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Ninja Multi-Config: Improve error handling when not doing cross-config buildKyle Edwards2020-01-131-3/+1
|
* Ninja Multi-Config: Make cross-config building opt-inKyle Edwards2020-01-101-0/+3
Many users will want to use the Ninja Multi-Config generator like a traditional Visual Studio-style multi-config generator, which doesn't mix configurations - custom commands are built using target executables of the same configuration the command is for. We do not want to force these people to generate an N*N build matrix when they only need N*1, especially if they have lots of targets. Add a new variable, CMAKE_NINJA_CROSS_CONFIG_ENABLE, to opt-in to the cross-config build matrix.