Skip to content

Commit

Permalink
Update docs with new CMake minimum 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmallon committed Dec 17, 2024
1 parent fd9474b commit f275d6c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

* I've checked this [Git style guide](https://0.readthedocs.io/en/latest/git.html). **[Yes|No]**
* I've checked this [CMake style guide](https://0.readthedocs.io/en/latest/cmake.html). **[Yes|No]**
* My change will work with CMake 3.5 (minimum requirement for Hunter). **[Yes|No]**
* My change will work with CMake 3.10 (minimum requirement for Hunter). **[Yes|No]**
* I will try to keep this pull request as small as possible and will try not to mix unrelated features. **[Yes|No]**

---
Expand Down
10 changes: 9 additions & 1 deletion docs/quick-start/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
Notes about version of CMake
----------------------------

* `3.5.0`_ **Minimum required**
* `3.10.0`_ **Minimum required**

* CMake upstream dropping support for versions before 3.10
* `CMake release notes <https://cmake.org/cmake/help/latest/release/3.31.html#deprecated-and-removed-features>`__

* `3.5.0`_

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

Expand Down Expand Up @@ -38,6 +43,8 @@ Notes about version of CMake

.. note::

CMake 3.5 can be used with Hunter versions before v0.26.

In theory CMake 3.0 can be used with Hunter versions before v0.22 but in
practice you have to work with v0.14.3 because ``continue`` added to
v0.14.4 code.
Expand All @@ -47,6 +54,7 @@ Notes about version of CMake
Latest Hunter release with support of old Android toolchains
(before CMake 3.7.1) is v0.16.36

.. _3.10.0: https://www.cmake.org/cmake/help/v3.10/release/3.10.html#platforms
.. _3.5.0: https://www.cmake.org/cmake/help/v3.5/release/3.5.html#platforms
.. _3.7.0: https://cmake.org/cmake/help/latest/release/3.7.html#commands
.. _3.7.1: https://cmake.org/cmake/help/latest/release/3.7.html#platforms
Expand Down

0 comments on commit f275d6c

Please sign in to comment.