Merge topic 'feature_summary_formatting'
356cef2
Make the formatting of feature_summary output a little better.
This commit is contained in:
commit
28e1dc8fe0
|
@ -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})")
|
||||
|
|
Loading…
Reference in New Issue