File tree 2 files changed +9
-2
lines changed
2 files changed +9
-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.
You can’t perform that action at this time.
0 commit comments