summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/MissingConfig-stderr.txt
diff options
context:
space:
mode:
authorChristoph GrĂ¼ninger <foss@grueninger.de>2017-05-09 05:13:45 (GMT)
committerBrad King <brad.king@kitware.com>2017-05-23 19:27:42 (GMT)
commitd0b9d1cceb37a58bc953385e7a33c6dff543a14b (patch)
tree3d906ec83643baa984769e8238d115784992671c /Tests/RunCMake/find_package/MissingConfig-stderr.txt
parentd9df805f6a9433e579bc292c65b59efa5a87bceb (diff)
downloadCMake-d0b9d1cceb37a58bc953385e7a33c6dff543a14b.zip
CMake-d0b9d1cceb37a58bc953385e7a33c6dff543a14b.tar.gz
CMake-d0b9d1cceb37a58bc953385e7a33c6dff543a14b.tar.bz2
find_package: shorten output for missing package in config mode
If CONFIG or MODULE is given and the package is not REQUIRED, output a one-liner instead of the full warning. Update Tests/RunCMake/find_package expected output to match.
Diffstat (limited to 'Tests/RunCMake/find_package/MissingConfig-stderr.txt')
-rw-r--r--Tests/RunCMake/find_package/MissingConfig-stderr.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/Tests/RunCMake/find_package/MissingConfig-stderr.txt b/Tests/RunCMake/find_package/MissingConfig-stderr.txt
index 1eae0bb..33ff545 100644
--- a/Tests/RunCMake/find_package/MissingConfig-stderr.txt
+++ b/Tests/RunCMake/find_package/MissingConfig-stderr.txt
@@ -1,18 +1,3 @@
-CMake Warning at MissingConfig.cmake:1 \(find_package\):
- Could not find a package configuration file provided by "NotHere" with any
- of the following names:
-
- NotHereConfig.cmake
- nothere-config.cmake
-
- Add the installation prefix of "NotHere" to CMAKE_PREFIX_PATH or set
- "NotHere_DIR" to a directory containing one of the above files. If
- "NotHere" provides a separate development package or SDK, be sure it has
- been installed.
-Call Stack \(most recent call first\):
- CMakeLists.txt:3 \(include\)
-
-
CMake Warning at MissingConfig.cmake:2 \(message\):
This warning must be reachable.
Call Stack \(most recent call first\):