summaryrefslogtreecommitdiff
path: root/Modules/FeatureSummary.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2011-08-27 09:26:26 +0200
committerStephen Kelly <steveire@gmail.com>2011-08-27 09:26:26 +0200
commit356cef21987fccbf265f77800ff7f94cff995fb9 (patch)
treeccbb05cb7ba0f0d5ccca2ba7627060e432e16d51 /Modules/FeatureSummary.cmake
parent0f78d92c0fadfdb128e48867a05dafbb3d8db38c (diff)
downloadcmake-356cef21987fccbf265f77800ff7f94cff995fb9.tar.gz
Make the formatting of feature_summary output a little better.
Diffstat (limited to 'Modules/FeatureSummary.cmake')
-rw-r--r--Modules/FeatureSummary.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FeatureSummary.cmake b/Modules/FeatureSummary.cmake
index 570fb7b034..885762ae97 100644
--- a/Modules/FeatureSummary.cmake
+++ b/Modules/FeatureSummary.cmake
@@ -302,7 +302,7 @@ FUNCTION(_FS_GET_FEATURE_SUMMARY _property _var _includeQuiet)
IF(includeThisOne)
- SET(_currentFeatureText "${_currentFeatureText}\n${_currentFeature}")
+ SET(_currentFeatureText "${_currentFeatureText}\n * ${_currentFeature}")
GET_PROPERTY(_info GLOBAL PROPERTY _CMAKE_${_currentFeature}_REQUIRED_VERSION)
IF(_info)
SET(_currentFeatureText "${_currentFeatureText} (required version ${_info})")