diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-09-20 15:30:14 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-09-20 15:30:24 (GMT) |
commit | fe751ad1fb6b4c54f7662b01777142f2c598c958 (patch) | |
tree | 09bfc5f60bbbacd193b3a2f819fe791007e90593 /Tests/RunCMake/install/CMP0062-OLD-stderr.txt | |
parent | 3523990f7b96b0f25836cf319a7c8112c55e5acd (diff) | |
parent | 0c709cb2a214ec37100d38f06e1bbf157d8c4cb8 (diff) | |
download | CMake-fe751ad1fb6b4c54f7662b01777142f2c598c958.zip CMake-fe751ad1fb6b4c54f7662b01777142f2c598c958.tar.gz CMake-fe751ad1fb6b4c54f7662b01777142f2c598c958.tar.bz2 |
Merge topic 'deprecate-policy-old'
0c709cb2a2 Add deprecation warnings for policies CMP0063 and below
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2397
Diffstat (limited to 'Tests/RunCMake/install/CMP0062-OLD-stderr.txt')
-rw-r--r-- | Tests/RunCMake/install/CMP0062-OLD-stderr.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/RunCMake/install/CMP0062-OLD-stderr.txt b/Tests/RunCMake/install/CMP0062-OLD-stderr.txt new file mode 100644 index 0000000..de0b70f --- /dev/null +++ b/Tests/RunCMake/install/CMP0062-OLD-stderr.txt @@ -0,0 +1,10 @@ +^CMake Deprecation Warning at CMP0062-OLD.cmake:[0-9]+ \(cmake_policy\): + The OLD behavior for policy CMP0062 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:[0-9]+ \(include\)$ |