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:
Martí Bolívar 2020-02-10 11:22:22 -08:00 committed by Johan Hedberg
parent b85954787e
commit 5ba47f0728
1 changed files with 1 additions and 2 deletions

View File

@ -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)