CMake/Tests/RunCMake/FeatureSummary/FeatureSummaryCustomRequiredListB-stdout.txt
Daniele E. Domenichelli 3cfde81835 FeatureSummary: Refactor to use global properties for package types
These new global properties were added:

* FeatureSummary_PKG_TYPES: Package types accepted by FeatureSummary
  (default REQUIRED RECOMMENDED OPTIONAL RUNTIME).
* FeatureSummary_REQUIRED_PKG_TYPES: Package types that will cause
  FeatureSummary to abort when called with
  FATAL_ON_MISSING_REQUIRED_PACKAGES and a package in these categories
  is missing (default REQUIRED).
* FeatureSummary_DEFAULT_PKG_TYPE: Default package type assigned when
  not explicitly assigned by the user (default OPTIONAL).

This allows to add and remove new package types that can be printed
selectively using the "WHAT" argument.
2017-01-26 12:28:12 +01:00

18 lines
370 B
Plaintext

-- The following TYPE3 packages have been found:
\* Foo, The Foo package, <https://foo.example/>
-- The following TYPE1 packages have not been found:
\* Bar
-- The following TYPE3 packages have been found:
\* Foo, The Foo package, <https://foo.example/>
-- The following TYPE3 packages have not been found:
\* Bar
-- Configuring incomplete, errors occurred!