docs: Bump minimum CMake version to 3.15
This commit is contained in:
parent
9388b24e7a
commit
f88cc2831d
1 changed files with 4 additions and 2 deletions
|
@ -70,8 +70,10 @@ sudo apt install -y \
|
||||||
```
|
```
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
Ubuntu 18.04 LTS release packages a version of CMake that is too old. Please upgrade to Ubuntu 20.04 LTS
|
Recent LTS releases of Debian and Ubuntu may include outdated CMake versions. If
|
||||||
or download and install CMake version 3.13.1 or newer manually.
|
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>
|
||||||
<TabItem value="raspberryos">
|
<TabItem value="raspberryos">
|
||||||
|
|
Loading…
Add table
Reference in a new issue