summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/project_injected/CMP0048-WARN-stderr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/project_injected/CMP0048-WARN-stderr.txt')
-rw-r--r--Tests/RunCMake/project_injected/CMP0048-WARN-stderr.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Tests/RunCMake/project_injected/CMP0048-WARN-stderr.txt b/Tests/RunCMake/project_injected/CMP0048-WARN-stderr.txt
index cb5d874..38ec91f 100644
--- a/Tests/RunCMake/project_injected/CMP0048-WARN-stderr.txt
+++ b/Tests/RunCMake/project_injected/CMP0048-WARN-stderr.txt
@@ -15,5 +15,6 @@ CMake Deprecation Warning at CMakeLists\.txt:1 \(cmake_minimum_required\):
Compatibility with CMake < 3\.10 will be removed from a future version of
CMake\.
- Update the VERSION argument <min> value or use a \.\.\.<max> suffix to tell
- CMake that the project does not need compatibility with older versions\.$
+ Update the VERSION argument <min> value\. Or, use the <min>\.\.\.<max> syntax
+ to tell CMake that the project requires at least <min> but has been updated
+ to work with policies introduced by <max> or earlier\.$