summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExcludeFromAll/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix typos and spelling in test nameJosef Angstenberger2021-05-071-1/+1
|
* Tests: Simplify RunCMake.ExcludeFromAll single-config caseBrad King2020-07-231-1/+1
| | | | | Also avoid using parts of an unrelated test (NinjaMultiConfig) that were not designed for use with all generators.
* Allow generator expressions in the EXCLUDE_FROM_ALL target propertyJoerg Bornemann2020-07-211-0/+26
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