diff options
author | Daniele E. Domenichelli <ddomenichelli@drdanz.it> | 2017-02-03 14:32:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-06 19:44:23 (GMT) |
commit | f9bc8cfeeb956a5abbf293d8a26fb5b15aeec1d7 (patch) | |
tree | 596dbd4ad5906f0ab433e992fc315f64ba39b519 /Tests/RunCMake/FeatureSummary/FeatureSummaryDefaultDescription-stdout.txt | |
parent | fddc01bab3352d12c0eba1ff781b359a7dec529c (diff) | |
download | CMake-f9bc8cfeeb956a5abbf293d8a26fb5b15aeec1d7.zip CMake-f9bc8cfeeb956a5abbf293d8a26fb5b15aeec1d7.tar.gz CMake-f9bc8cfeeb956a5abbf293d8a26fb5b15aeec1d7.tar.bz2 |
FeatureSummary: Add DEFAULT_DESCRIPTION option to feature_summary
If enabled and only one package type is selected, it will print the
default title for the selected package type.
Diffstat (limited to 'Tests/RunCMake/FeatureSummary/FeatureSummaryDefaultDescription-stdout.txt')
-rw-r--r-- | Tests/RunCMake/FeatureSummary/FeatureSummaryDefaultDescription-stdout.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Tests/RunCMake/FeatureSummary/FeatureSummaryDefaultDescription-stdout.txt b/Tests/RunCMake/FeatureSummary/FeatureSummaryDefaultDescription-stdout.txt new file mode 100644 index 0000000..47bdee3 --- /dev/null +++ b/Tests/RunCMake/FeatureSummary/FeatureSummaryDefaultDescription-stdout.txt @@ -0,0 +1,46 @@ +-- The following RUNTIME packages have been found: + + \* Foo, The Foo package, <https://foo.example/> + +-- The following OPTIONAL packages have not been found: + + \* Bar + +-- The following REQUIRED packages have not been found: + + \* Baz + +--[ ] + \* Foo, The Foo package, <https://foo.example/> + +--[ ] + \* Bar + +--[ ] + \* Baz + +-- RUNTIME pkgs found + + \* Foo, The Foo package, <https://foo.example/> + +-- OPTIONAL pkgs not found + + \* Bar + +-- REQUIRED pkgs not found + + \* Baz + +-- The following RUNTIME packages have been found: + + \* Foo, The Foo package, <https://foo.example/> + +-- The following OPTIONAL packages have not been found: + + \* Bar + +-- The following REQUIRED packages have not been found: + + \* Baz + +-- Configuring done |