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
|
@ -213,8 +213,7 @@ foreach(target flash debug debugserver attach)
|
|||
else()
|
||||
add_custom_target(${target}
|
||||
COMMAND ${CMAKE_COMMAND} -E echo \"West was not found in path. To support
|
||||
'${CMAKE_MAKE_PROGRAM} ${target}', please install west bootstrapper with:
|
||||
'pip install west --user', and thereafter 'west init'.\"
|
||||
'${CMAKE_MAKE_PROGRAM} ${target}', please create a west workspace.\"
|
||||
USES_TERMINAL
|
||||
)
|
||||
endif(WEST)
|
||||
|
|
Loading…
Reference in New Issue