summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FeatureSummary/FeatureSummaryWhatOnce.cmake
diff options
context:
space:
mode:
authorDaniele E. Domenichelli <ddomenichelli@drdanz.it>2017-01-20 17:59:17 (GMT)
committerDaniele E. Domenichelli <ddomenichelli@drdanz.it>2017-01-26 09:50:08 (GMT)
commit4da3cae9ffb3202d9c447e9f497f8a2758538b06 (patch)
tree1f4a350ba1865fe23b205cfe3c43dcaa8ebab02e /Tests/RunCMake/FeatureSummary/FeatureSummaryWhatOnce.cmake
parenta007f15344007a6261209a409c6988b0e4c4b7e0 (diff)
downloadCMake-4da3cae9ffb3202d9c447e9f497f8a2758538b06.zip
CMake-4da3cae9ffb3202d9c447e9f497f8a2758538b06.tar.gz
CMake-4da3cae9ffb3202d9c447e9f497f8a2758538b06.tar.bz2
FeatureSummary: Clean printed output
* Remove space before commas * Do not add an empty line before the first type of packages Also fix a typo in unit test.
Diffstat (limited to 'Tests/RunCMake/FeatureSummary/FeatureSummaryWhatOnce.cmake')
-rw-r--r--Tests/RunCMake/FeatureSummary/FeatureSummaryWhatOnce.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/FeatureSummary/FeatureSummaryWhatOnce.cmake b/Tests/RunCMake/FeatureSummary/FeatureSummaryWhatOnce.cmake
index 545fb92..eaea40e 100644
--- a/Tests/RunCMake/FeatureSummary/FeatureSummaryWhatOnce.cmake
+++ b/Tests/RunCMake/FeatureSummary/FeatureSummaryWhatOnce.cmake
@@ -2,7 +2,7 @@ include(FeatureSummary)
set(WITH_FOO 1)
-add_feature_info(Foo WITH_FOO "Foo decscription.")
-add_feature_info(Foo WITH_FOO "Foo decscription.")
+add_feature_info(Foo WITH_FOO "Foo description.")
+add_feature_info(Foo WITH_FOO "Foo description.")
feature_summary(WHAT ENABLED_FEATURES)