1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-23 18:08:31 +08:00

Tests/RunCMake/cmake_minimum_required: Generalize deprecated version case name

This commit is contained in:
Brad King
2024-12-09 19:27:32 -05:00
parent 0eca249ac7
commit 9ffbc0e628
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
^CMake Deprecation Warning at Before3_10\.cmake:1 \(cmake_minimum_required\):
^CMake Deprecation Warning at BeforeVersionDeprecated\.cmake:1 \(cmake_minimum_required\):
Compatibility with CMake < 3\.10 will be removed from a future version of
CMake\.
@@ -8,7 +8,7 @@
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
+
CMake Deprecation Warning at Before3_10\.cmake:2 \(cmake_policy\):
CMake Deprecation Warning at BeforeVersionDeprecated\.cmake:2 \(cmake_policy\):
Compatibility with CMake < 3\.10 will be removed from a future version of
CMake\.
@@ -18,7 +18,7 @@ CMake Deprecation Warning at Before3_10\.cmake:2 \(cmake_policy\):
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)
+
CMake Deprecation Warning at Before3_10\.cmake:6 \(cmake_policy\):
CMake Deprecation Warning at BeforeVersionDeprecated\.cmake:6 \(cmake_policy\):
Compatibility with CMake < 3\.10 will be removed from a future version of
CMake\.

View File

@@ -4,7 +4,7 @@ run_cmake(Before24)
run_cmake(CompatBefore24)
run_cmake(Future)
run_cmake(PolicyBefore24)
run_cmake(Before3_10)
run_cmake(BeforeVersionDeprecated)
run_cmake(Range)
run_cmake(RangeBad)
run_cmake(Unknown)