summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKemoNine <mcrosson@kemonine.info>2020-12-02 13:40:40 +0000
committerPete Johanson <peter@peterjohanson.com>2020-12-02 16:01:20 -0500
commitf8af592a9c330d8c431cdd1e843b87bfe4446460 (patch)
tree3363751c50930fb0029aa2f3421e583f738c5657
parent94f058bc907a663a7254ba3d2cf05ae31794ae63 (diff)
Update cmake note to be 3.15 which is the current minimum version. This is a re-implementation of GitHub PR 403
-rw-r--r--docs/docs/development/setup.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/docs/development/setup.md b/docs/docs/development/setup.md
index 441299a..80285f2 100644
--- a/docs/docs/development/setup.md
+++ b/docs/docs/development/setup.md
@@ -70,8 +70,7 @@ sudo apt install -y \
```
:::note
-Ubuntu 18.04 LTS release packages a version of CMake that is too old. Please upgrade to Ubuntu 20.04 LTS
-or download and install CMake version 3.13.1 or newer manually.
+Recent LTS releases of Debian and Ubuntu may include outdated CMake versions. If the output of `cmake --version` is older than 3.15, upgrade your distribution (e.g., from Ubuntu 18.04 LTS to Ubuntu 20.04 LTS), or else install CMake version 3.15 or newer manually (e.g, from Debian backports or by building from source).
:::
</TabItem>
<TabItem value="raspberryos">