summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BundleUtilities
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2018-10-19 14:00:29 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2018-10-19 14:00:29 (GMT)
commit31b6825bd2bfea564315ccf6f275023e15e9af06 (patch)
treeed0d1628857f295268bbdf07012e8711996efb12 /Tests/RunCMake/BundleUtilities
parent15bbff05818607a8287ab5d4584428ec331005ee (diff)
parent1771ec85b6475c10566026ad7813eb74f732d507 (diff)
downloadCMake-31b6825bd2bfea564315ccf6f275023e15e9af06.zip
CMake-31b6825bd2bfea564315ccf6f275023e15e9af06.tar.gz
CMake-31b6825bd2bfea564315ccf6f275023e15e9af06.tar.bz2
Merge branch 'master' into deployqt4-cmp0080-fix
Diffstat (limited to 'Tests/RunCMake/BundleUtilities')
-rw-r--r--Tests/RunCMake/BundleUtilities/CMP0080-WARN-stderr.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/Tests/RunCMake/BundleUtilities/CMP0080-WARN-stderr.txt b/Tests/RunCMake/BundleUtilities/CMP0080-WARN-stderr.txt
index a1a0e8f..c3d541e 100644
--- a/Tests/RunCMake/BundleUtilities/CMP0080-WARN-stderr.txt
+++ b/Tests/RunCMake/BundleUtilities/CMP0080-WARN-stderr.txt
@@ -1,4 +1,10 @@
CMake Warning \(dev\) at .*/Modules/BundleUtilities\.cmake:[0-9]+ \(message\):
- Policy CMP0080 is not set: BundleUtilities prefers not to be included at
- configure time\. Run "cmake --help-policy CMP0080" for policy details\. Use
- the cmake_policy command to set the policy and suppress this warning\.
+ Policy CMP0080 is not set: BundleUtilities cannot be included at configure
+ time\. Run "cmake --help-policy CMP0080" for policy details\. Use the
+ cmake_policy command to set the policy and suppress this warning\.
+
+Call Stack \(most recent call first\):
+ .*/Modules/BundleUtilities\.cmake:[0-9]+ \(_warn_cmp0080\)
+ CMP0080-WARN\.cmake:[0-9]+ \(include\)
+ CMakeLists\.txt:[0-9]+ \(include\)
+This warning is for project developers\. Use -Wno-dev to suppress it\.