summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExcludeFromAll/error-on-mixed-config-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmGlobalGenerator: Fix spelling of EXCLUDE_FROM_ALL in error messageBrad King2020-07-231-1/+1
|
* Allow generator expressions in the EXCLUDE_FROM_ALL target propertyJoerg Bornemann2020-07-211-0/+3
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