We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e978ce commit ce889dcCopy full SHA for ce889dc
src/mbed_tools/cli/build.py
@@ -67,9 +67,6 @@ def build(
67
) -> None:
68
"""Configure and build an Mbed project using CMake and Ninja.
69
70
- If the project has already been configured and contains '.mbedbuild/mbed_config.cmake', this command will skip the
71
- Mbed configuration step and invoke CMake.
72
-
73
If the CMake configuration step has already been run previously (i.e a CMake build tree exists), then just try to
74
build the project immediately using Ninja.
75
0 commit comments