Skip to content

Commit af4d5f6

Browse files
Zephyr: Bump cmake dependency (#18634)
Updated the cmake dependecy v3.29 -> v<4.0.0, this is due to PyPI not finding 3.29 anymore cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell Signed-off-by: Christoffer J.L <christoffer.johanssonlundqvist@arm.com> Co-authored-by: Christoffer Johansson Lundqvist <119742508+Christoffer-JL@users.noreply.github.com>
1 parent fd7604e commit af4d5f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)