summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0054/CMP0054-policy-command-scope-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-02 13:44:25 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-11-02 13:44:41 (GMT)
commit817331aae8c9f166baa7ada5e015dcb5442c0038 (patch)
tree8e56dc25efaaccbcb8b2cefec224da26738eddc2 /Tests/RunCMake/CMP0054/CMP0054-policy-command-scope-stderr.txt
parent193e40daa5012b13b8de6202a89c24257be327fa (diff)
parenta0ec14d36361567e374672e0d115e584548702b8 (diff)
downloadCMake-817331aae8c9f166baa7ada5e015dcb5442c0038.zip
CMake-817331aae8c9f166baa7ada5e015dcb5442c0038.tar.gz
CMake-817331aae8c9f166baa7ada5e015dcb5442c0038.tar.bz2
Merge topic 'deprecate-policy-old'
a0ec14d3 Add deprecation warnings for policies CMP0054 and below Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1438
Diffstat (limited to 'Tests/RunCMake/CMP0054/CMP0054-policy-command-scope-stderr.txt')
-rw-r--r--Tests/RunCMake/CMP0054/CMP0054-policy-command-scope-stderr.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/Tests/RunCMake/CMP0054/CMP0054-policy-command-scope-stderr.txt b/Tests/RunCMake/CMP0054/CMP0054-policy-command-scope-stderr.txt
index f5a8fbe..1b35472 100644
--- a/Tests/RunCMake/CMP0054/CMP0054-policy-command-scope-stderr.txt
+++ b/Tests/RunCMake/CMP0054/CMP0054-policy-command-scope-stderr.txt
@@ -1 +1,10 @@
-$^
+^CMake Deprecation Warning at CMP0054-policy-command-scope.cmake:25 \(cmake_policy\):
+ The OLD behavior for policy CMP0054 will be removed from a future version
+ of CMake.
+
+ The cmake-policies\(7\) manual explains that the OLD behaviors of all
+ policies are deprecated and that a policy should be set to OLD only under
+ specific short-term circumstances. Projects should be ported to the NEW
+ behavior and not rely on setting a policy to OLD.
+Call Stack \(most recent call first\):
+ CMakeLists.txt:3 \(include\)$