Browse Source

cmake: rust: Comment typo fix

Fix a mispelled word "al" -> "all".

Signed-off-by: David Brown <david.brown@linaro.org>
collab-rust
David Brown 10 months ago committed by David Brown
parent
commit
f67ff24ff0
  1. 2
      cmake/modules/rust.cmake

2
cmake/modules/rust.cmake

@ -167,7 +167,7 @@ ${config_paths} @@ -167,7 +167,7 @@ ${config_paths}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
# Be sure we don't try building this until al of the generated headers have been generated.
# Be sure we don't try building this until all of the generated headers have been generated.
add_custom_target(librustapp ALL
DEPENDS ${DUMMY_FILE}
# The variables, defined at the top level, don't seem to be accessible here.

Loading…
Cancel
Save