Skip to content

Commit d2a238a

Browse files
committed
Update docs with new CMake minimum 3.10
1 parent fd9474b commit d2a238a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
* I've checked this [Git style guide](https://0.readthedocs.io/en/latest/git.html). **[Yes|No]**
3636
* 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]**
3838
* I will try to keep this pull request as small as possible and will try not to mix unrelated features. **[Yes|No]**
3939

4040
---

docs/quick-start/cmake.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
Notes about version of CMake
55
----------------------------
66

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`_
813

914
* Since: `PR #689 <https://github.com/cpp-pm/hunter/pull/689>`__
1015

@@ -38,6 +43,8 @@ Notes about version of CMake
3843

3944
.. note::
4045

46+
CMake 3.5 can be used with Hunter versions before v0.26.
47+
4148
In theory CMake 3.0 can be used with Hunter versions before v0.22 but in
4249
practice you have to work with v0.14.3 because ``continue`` added to
4350
v0.14.4 code.

0 commit comments

Comments
 (0)