diff options
author | Asit Dhal <dhal.asitk@gmail.com> | 2020-12-13 02:58:25 (GMT) |
---|---|---|
committer | Asit Dhal <dhal.asitk@gmail.com> | 2020-12-14 03:55:03 (GMT) |
commit | 8851637e9fc1e2acbc953032cfdffd33a2548959 (patch) | |
tree | 72e8bb25bd56bbebbab537f3c4aa6f0f1db74f8d /Tests/RunCMake/Policy/VeryHighVersion-stderr.txt | |
parent | 4621ffb0285b32898fa7b8ddd8380d39c597642c (diff) | |
download | CMake-8851637e9fc1e2acbc953032cfdffd33a2548959.zip CMake-8851637e9fc1e2acbc953032cfdffd33a2548959.tar.gz CMake-8851637e9fc1e2acbc953032cfdffd33a2548959.tar.bz2 |
cmake_policy: Implement test cases for cmake_policy VERSION
Diffstat (limited to 'Tests/RunCMake/Policy/VeryHighVersion-stderr.txt')
-rw-r--r-- | Tests/RunCMake/Policy/VeryHighVersion-stderr.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/RunCMake/Policy/VeryHighVersion-stderr.txt b/Tests/RunCMake/Policy/VeryHighVersion-stderr.txt new file mode 100644 index 0000000..7cca91b --- /dev/null +++ b/Tests/RunCMake/Policy/VeryHighVersion-stderr.txt @@ -0,0 +1,7 @@ +CMake Error at VeryHighVersion.cmake:[0-9]+ \(cmake_policy\): + An attempt was made to set the policy version of CMake to "99.1" which is + greater than this version of CMake. This is not allowed because the + greater version may have new policies not known to this CMake. You may + need a newer CMake version to build this project. +Call Stack \(most recent call first\): + CMakeLists.txt:[0-9]+ \(include\) |