diff options
author | Brad King <brad.king@kitware.com> | 2017-11-02 13:44:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-11-02 13:44:41 (GMT) |
commit | 817331aae8c9f166baa7ada5e015dcb5442c0038 (patch) | |
tree | 8e56dc25efaaccbcb8b2cefec224da26738eddc2 /Tests/RunCMake/CMP0054/CMP0054-policy-command-scope-stderr.txt | |
parent | 193e40daa5012b13b8de6202a89c24257be327fa (diff) | |
parent | a0ec14d36361567e374672e0d115e584548702b8 (diff) | |
download | CMake-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.txt | 11 |
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\)$ |