diff options
author | Daniele E. Domenichelli <ddomenichelli@drdanz.it> | 2017-02-03 14:42:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-06 19:44:24 (GMT) |
commit | 6f62c66b2c5f0595ff0a51ca97f3b5e1d0924523 (patch) | |
tree | 6deee3a8e893623fdf867434d880d1431781fde3 /Tests/RunCMake/FeatureSummary/FeatureSummaryCustomDescription-stdout.txt | |
parent | f9bc8cfeeb956a5abbf293d8a26fb5b15aeec1d7 (diff) | |
download | CMake-6f62c66b2c5f0595ff0a51ca97f3b5e1d0924523.zip CMake-6f62c66b2c5f0595ff0a51ca97f3b5e1d0924523.tar.gz CMake-6f62c66b2c5f0595ff0a51ca97f3b5e1d0924523.tar.bz2 |
FeatureSummary: Add FeatureSummary_<TYPE>_DESCRIPTION global properties
The global property FeatureSummary_<TYPE>_DESCRIPTION can be defined for
each type to replace the type name with the specified string whenever
the package type is used in an output string.
Diffstat (limited to 'Tests/RunCMake/FeatureSummary/FeatureSummaryCustomDescription-stdout.txt')
-rw-r--r-- | Tests/RunCMake/FeatureSummary/FeatureSummaryCustomDescription-stdout.txt | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/Tests/RunCMake/FeatureSummary/FeatureSummaryCustomDescription-stdout.txt b/Tests/RunCMake/FeatureSummary/FeatureSummaryCustomDescription-stdout.txt new file mode 100644 index 0000000..723c467 --- /dev/null +++ b/Tests/RunCMake/FeatureSummary/FeatureSummaryCustomDescription-stdout.txt @@ -0,0 +1,91 @@ +-- The following TYPE1 packages have been found: + + \* Foo, The Foo package, <https://foo.example/> + +-- The following TYPE2 packages have not been found: + + \* Bar + +-- The following TYPE3 packages have not been found: + + \* Baz + +--[ ] + \* Foo, The Foo package, <https://foo.example/> + +--[ ] + \* Bar + +--[ ] + \* Baz + +-- TYPE1 pkgs found + + \* Foo, The Foo package, <https://foo.example/> + +-- TYPE2 pkgs not found + + \* Bar + +-- TYPE3 pkgs not found + + \* Baz + +-- The following TYPE1 packages have been found: + + \* Foo, The Foo package, <https://foo.example/> + +-- The following TYPE2 packages have not been found: + + \* Bar + +-- The following TYPE3 packages have not been found: + + \* Baz + +-- The following first type packages have been found: + + \* Foo, The Foo package, <https://foo.example/> + +-- The following second type packages have not been found: + + \* Bar + +-- The following third type packages have not been found: + + \* Baz + +--[ ] + \* Foo, The Foo package, <https://foo.example/> + +--[ ] + \* Bar + +--[ ] + \* Baz + +-- TYPE1 pkgs found + + \* Foo, The Foo package, <https://foo.example/> + +-- TYPE2 pkgs not found + + \* Bar + +-- TYPE3 pkgs not found + + \* Baz + +-- The following first type packages have been found: + + \* Foo, The Foo package, <https://foo.example/> + +-- The following second type packages have not been found: + + \* Bar + +-- The following third type packages have not been found: + + \* Baz + +-- Configuring done |