Commit Graph

5 Commits

Author SHA1 Message Date
Josef Angstenberger
9a862e8837 Tests: Fix typos and spelling in test name 2021-05-07 17:00:14 +02:00
Brad King
807c8aa9f0 Tests: Simplify RunCMake.ExcludeFromAll single-config case
Also avoid using parts of an unrelated test (NinjaMultiConfig)
that were not designed for use with all generators.
2020-07-23 07:13:36 -04:00
Brad King
36743436cf Tests: Fix RunCMake.ExcludeFromAll test program warning
Add a return value to `main()`.
2020-07-23 07:13:36 -04:00
Brad King
99c131c5a3 cmGlobalGenerator: Fix spelling of EXCLUDE_FROM_ALL in error message 2020-07-23 07:13:36 -04:00
Joerg Bornemann
2cdaf43d96 Allow generator expressions in the EXCLUDE_FROM_ALL target property
This allows for setting EXCLUDE_FROM_ALL, conditional on the build
configuration. However, only the Ninja Multi-Config generator supports
different property values per config. All other multi-config
generators will yield an error in that situation.

Fixes: #20923
2020-07-21 17:16:26 +02:00