Skip to content

Commit f275d6c

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

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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

+9-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.
@@ -47,6 +54,7 @@ Notes about version of CMake
4754
Latest Hunter release with support of old Android toolchains
4855
(before CMake 3.7.1) is v0.16.36
4956

57+
.. _3.10.0: https://www.cmake.org/cmake/help/v3.10/release/3.10.html#platforms
5058
.. _3.5.0: https://www.cmake.org/cmake/help/v3.5/release/3.5.html#platforms
5159
.. _3.7.0: https://cmake.org/cmake/help/latest/release/3.7.html#commands
5260
.. _3.7.1: https://cmake.org/cmake/help/latest/release/3.7.html#platforms

0 commit comments

Comments
 (0)