summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FeatureSummary/FeatureSummaryWhatOnce.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FeatureSummary: Clean printed outputDaniele E. Domenichelli2017-01-261-2/+2
| | | | | | | * Remove space before commas * Do not add an empty line before the first type of packages Also fix a typo in unit test.
* FeatureSummary: Print each feature info only onceGregor Jasny2015-02-231-0/+8
If a feature is added multiple times via ADD_FEATURE_INFO it should appear only once in FEATURE_SUMMARY. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>