Skip to content

Commit 37ea3ff

Browse files
Zephyr: Bump cmake dependency (#18633)
Updated the cmake dependecy v3.29 -> v<4.0.0, this is due to PyPI not finding 3.29 anymore Signed-off-by: Christoffer J.L <christoffer.johanssonlundqvist@arm.com>
1 parent ad235f8 commit 37ea3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ source .zephyr_venv/bin/activate
1717
Install requirements
1818
<!-- RUN install_reqs -->
1919
```
20-
pip install west cmake==3.29 pyelftools ninja jsonschema
20+
pip install west "cmake<4.0.0" pyelftools ninja jsonschema
2121
```
2222

2323
Setup zephyr repo

0 commit comments

Comments
 (0)