summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKemoNine <mcrosson@kemonine.info>2020-12-07 18:48:17 +0000
committerPete Johanson <peter@peterjohanson.com>2020-12-08 00:41:33 -0500
commit784ddfc6208447b19b3eb888c0c20d4c28f82753 (patch)
treee6c8dd0e40d0ac5a43071346180230bc4df1a989
parentb0c525df72fecc6a93d32df8e0b77dbf39fe0d64 (diff)
Add note about cmake 3.19 not working with zephr ; addresses issue #487
-rw-r--r--docs/docs/development/setup.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docs/development/setup.md b/docs/docs/development/setup.md
index 80285f2..b4e6052 100644
--- a/docs/docs/development/setup.md
+++ b/docs/docs/development/setup.md
@@ -71,6 +71,8 @@ sudo apt install -y \
:::note
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).
+
+There is also a [zephyr bug](https://github.com/zephyrproject-rtos/zephyr/issues/22060) with cmake 3.19.x. You'll need a version _below_ 3.19.
:::
</TabItem>
<TabItem value="raspberryos">