summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/find_package/MissingModule-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-03-09 21:34:09 (GMT)
committerBrad King <brad.king@kitware.com>2012-03-12 13:33:21 (GMT)
commiteb33000d75e0e41a2412db9a75597dbee6bfdad6 (patch)
tree15a1620d7c43ec521d1b4bb3084c531f5e017d75 /Tests/CMakeCommands/find_package/MissingModule-stderr.txt
parent42a81e7119fab94afcb0c87f93c314af1689e1f7 (diff)
downloadCMake-eb33000d75e0e41a2412db9a75597dbee6bfdad6.zip
CMake-eb33000d75e0e41a2412db9a75597dbee6bfdad6.tar.gz
CMake-eb33000d75e0e41a2412db9a75597dbee6bfdad6.tar.bz2
Use generalized RunCMake test infrastrucure for find_package test
Diffstat (limited to 'Tests/CMakeCommands/find_package/MissingModule-stderr.txt')
-rw-r--r--Tests/CMakeCommands/find_package/MissingModule-stderr.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/Tests/CMakeCommands/find_package/MissingModule-stderr.txt b/Tests/CMakeCommands/find_package/MissingModule-stderr.txt
deleted file mode 100644
index 2ad460f..0000000
--- a/Tests/CMakeCommands/find_package/MissingModule-stderr.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-CMake Warning at MissingModule.cmake:1 \(find_package\):
- No "FindNotHere.cmake" found in CMAKE_MODULE_PATH.
-Call Stack \(most recent call first\):
- CMakeLists.txt:3 \(include\)
-
-
-CMake Warning \(dev\) at MissingModule.cmake:1 \(find_package\):
- FindNotHere.cmake must either be part of this project itself, in this case
- adjust CMAKE_MODULE_PATH so that it points to the correct location inside
- its source tree.
-
- Or it must be installed by a package which has already been found via
- find_package\(\). In this case make sure that package has indeed been found
- and adjust CMAKE_MODULE_PATH to contain the location where that package has
- installed FindNotHere.cmake. This must be a location provided by that
- package. This error in general means that the buildsystem of this project
- is relying on a Find-module without ensuring that it is actually available.
-
-Call Stack \(most recent call first\):
- CMakeLists.txt:3 \(include\)
-This warning is for project developers. Use -Wno-dev to suppress it.
-
-CMake Warning at MissingModule.cmake:2 \(message\):
- This warning must be reachable.
-Call Stack \(most recent call first\):
- CMakeLists.txt:3 \(include\)$