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
commit 5ba47f0728

View file

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