We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650857d commit 3539252Copy full SHA for 3539252
1 file changed
CMakeLists.txt
@@ -69,7 +69,7 @@ set(RUST_STAMP_FILE "${CMAKE_BINARY_DIR}/.rust-toolchain.stamp")
69
add_custom_command(
70
OUTPUT "${RUST_STAMP_FILE}"
71
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
+ COMMAND rustup toolchain install ${RUST_NIGHTLY_VERSION} --component rustc-dev --component llvm-tools --component clippy --component rustfmt
73
COMMAND ${CMAKE_COMMAND} -E touch "${RUST_STAMP_FILE}"
74
DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/cmake/rust-toolchain.cmake"
75
USES_TERMINAL
0 commit comments