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 ee5b5f3 commit 2705260Copy full SHA for 2705260
cmake/flash/CMakeLists.txt
@@ -188,6 +188,7 @@ foreach(target flash debug debugserver attach rtt)
188
189
if(WEST)
190
add_custom_target(${target}
191
+ cmake -E echo "WARNING: CMake ${target} target is deprecated, call west directly instead"
192
# This script will print an error message and fail if <target> has added
193
# dependencies. This is done using dedicated CMake script, as
194
# `cmake -E {true|false}` is not available until CMake 3.16.
0 commit comments