FeatureSummary_enhancement.rst 1.0 KB

12345678910111213141516171819202122
  1. FeatureSummary_enhancement
  2. --------------------------
  3. * The :command:`set_package_info`, :command:`set_feature_info`,
  4. :command:`print_enabled_features` and :command:`print_disabled_features`
  5. commands from the the :module:`FeatureSummary` module are now deprecated.
  6. * The :command:`set_package_properties` command no longer forces the package
  7. type to ``OPTIONAL`` when the type is not explicitly set.
  8. * The :command:`feature_summary` command in the :module:`FeatureSummary` module
  9. accepts the new ``QUIET_ON_EMPTY`` option that will suppresses the output when
  10. the list of packages that belong to the selected category is empty.
  11. * The :command:`add_feature_info` in the :module:`FeatureSummary` module learned
  12. to accept lists of dependencies for deciding whether a feature is enabled or
  13. not.
  14. * The package types accepted by the the :module:`FeatureSummary` module can now
  15. be tweaked by changing the :variable:`FeatureSummary_PKG_TYPES`,
  16. :variable:`FeatureSummary_REQUIRED_PKG_TYPES` and
  17. :variable:`FeatureSummary_DEFAULT_PKG_TYPE` global properties.