Browse Source

Make the formatting of feature_summary output a little better.

Stephen Kelly 14 years ago
parent
commit
356cef2198
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FeatureSummary.cmake

+ 1 - 1
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})")