FeatureSummary: Add missing titles for PACKAGES_FOUND and PACKAGES_NOT_FOUND
Since now these can be used with the WHAT argument a title is required.
This commit is contained in:
parent
9a026b902b
commit
1af77f3f1d
|
@ -492,6 +492,8 @@ function(FEATURE_SUMMARY)
|
||||||
|
|
||||||
set(title_ENABLED_FEATURES "The following features have been enabled:")
|
set(title_ENABLED_FEATURES "The following features have been enabled:")
|
||||||
set(title_DISABLED_FEATURES "The following features have been disabled:")
|
set(title_DISABLED_FEATURES "The following features have been disabled:")
|
||||||
|
set(title_PACKAGES_FOUND "The following packages have been found:")
|
||||||
|
set(title_PACKAGES_NOT_FOUND "The following packages have not been found:")
|
||||||
set(title_OPTIONAL_PACKAGES_FOUND "The following OPTIONAL packages have been found:")
|
set(title_OPTIONAL_PACKAGES_FOUND "The following OPTIONAL packages have been found:")
|
||||||
set(title_OPTIONAL_PACKAGES_NOT_FOUND "The following OPTIONAL packages have not been found:")
|
set(title_OPTIONAL_PACKAGES_NOT_FOUND "The following OPTIONAL packages have not been found:")
|
||||||
set(title_RECOMMENDED_PACKAGES_FOUND "The following RECOMMENDED packages have been found:")
|
set(title_RECOMMENDED_PACKAGES_FOUND "The following RECOMMENDED packages have been found:")
|
||||||
|
|
Loading…
Reference in New Issue