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 63de601 commit f77cc90Copy full SHA for f77cc90
1 file changed
CMakeLists.txt
@@ -68,7 +68,7 @@ set(RUST_STAMP_FILE "${CMAKE_BINARY_DIR}/.rust-toolchain.stamp")
68
69
add_custom_command(
70
OUTPUT "${RUST_STAMP_FILE}"
71
- COMMAND rustup toolchain install ${RUST_STABLE_VERSION}
+ COMMAND rustup toolchain install ${RUST_STABLE_VERSION} --component clippy --component rustfmt
72
COMMAND rustup toolchain install ${RUST_NIGHTLY_VERSION} --component rustc-dev --component llvm-tools
73
COMMAND ${CMAKE_COMMAND} -E touch "${RUST_STAMP_FILE}"
74
DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/cmake/rust-toolchain.cmake"
0 commit comments