cmake/flash: fix obsolete help text for missing west
This is only valid advice for west 0.5.x, which is obsolete. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
b85954787e
commit
5ba47f0728
1 changed files with 1 additions and 2 deletions
|
@ -213,8 +213,7 @@ foreach(target flash debug debugserver attach)
|
||||||
else()
|
else()
|
||||||
add_custom_target(${target}
|
add_custom_target(${target}
|
||||||
COMMAND ${CMAKE_COMMAND} -E echo \"West was not found in path. To support
|
COMMAND ${CMAKE_COMMAND} -E echo \"West was not found in path. To support
|
||||||
'${CMAKE_MAKE_PROGRAM} ${target}', please install west bootstrapper with:
|
'${CMAKE_MAKE_PROGRAM} ${target}', please create a west workspace.\"
|
||||||
'pip install west --user', and thereafter 'west init'.\"
|
|
||||||
USES_TERMINAL
|
USES_TERMINAL
|
||||||
)
|
)
|
||||||
endif(WEST)
|
endif(WEST)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue