Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix typos and spelling in test name | Josef Angstenberger | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | Tests: Simplify RunCMake.ExcludeFromAll single-config case | Brad King | 2020-07-23 | 2 | -8/+4 |
| | | | | | Also avoid using parts of an unrelated test (NinjaMultiConfig) that were not designed for use with all generators. | ||||
* | Tests: Fix RunCMake.ExcludeFromAll test program warning | Brad King | 2020-07-23 | 1 | -0/+1 |
| | | | | Add a return value to `main()`. | ||||
* | cmGlobalGenerator: Fix spelling of EXCLUDE_FROM_ALL in error message | Brad King | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Allow generator expressions in the EXCLUDE_FROM_ALL target property | Joerg Bornemann | 2020-07-21 | 8 | -0/+70 |
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 |