File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 34
34
35
35
* I've checked this [ Git style guide] ( https://0.readthedocs.io/en/latest/git.html ) . ** [ Yes|No] **
36
36
* I've checked this [ CMake style guide] ( https://0.readthedocs.io/en/latest/cmake.html ) . ** [ Yes|No] **
37
- * My change will work with CMake 3.5 (minimum requirement for Hunter). ** [ Yes|No] **
37
+ * My change will work with CMake 3.10 (minimum requirement for Hunter). ** [ Yes|No] **
38
38
* I will try to keep this pull request as small as possible and will try not to mix unrelated features. ** [ Yes|No] **
39
39
40
40
---
Original file line number Diff line number Diff line change 4
4
Notes about version of CMake
5
5
----------------------------
6
6
7
- * `3.5.0 `_ **Minimum required **
7
+ * `3.10.0 `_ **Minimum required **
8
+
9
+ * CMake upstream dropping support for versions before 3.10
10
+ * `CMake release notes <https://cmake.org/cmake/help/latest/release/3.31.html#deprecated-and-removed-features >`__
11
+
12
+ * `3.5.0 `_
8
13
9
14
* Since: `PR #689 <https://github.com/cpp-pm/hunter/pull/689 >`__
10
15
@@ -38,6 +43,8 @@ Notes about version of CMake
38
43
39
44
.. note ::
40
45
46
+ CMake 3.5 can be used with Hunter versions before v0.26.
47
+
41
48
In theory CMake 3.0 can be used with Hunter versions before v0.22 but in
42
49
practice you have to work with v0.14.3 because ``continue `` added to
43
50
v0.14.4 code.
@@ -47,6 +54,7 @@ Notes about version of CMake
47
54
Latest Hunter release with support of old Android toolchains
48
55
(before CMake 3.7.1) is v0.16.36
49
56
57
+ .. _3.10.0 : https://www.cmake.org/cmake/help/v3.10/release/3.10.html#platforms
50
58
.. _3.5.0 : https://www.cmake.org/cmake/help/v3.5/release/3.5.html#platforms
51
59
.. _3.7.0 : https://cmake.org/cmake/help/latest/release/3.7.html#commands
52
60
.. _3.7.1 : https://cmake.org/cmake/help/latest/release/3.7.html#platforms
You can’t perform that action at this time.
0 commit comments