Skip to content

Commit 3539252

Browse files
committed
edits
1 parent 650857d commit 3539252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ set(RUST_STAMP_FILE "${CMAKE_BINARY_DIR}/.rust-toolchain.stamp")
6969
add_custom_command(
7070
OUTPUT "${RUST_STAMP_FILE}"
7171
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
72+
COMMAND rustup toolchain install ${RUST_NIGHTLY_VERSION} --component rustc-dev --component llvm-tools --component clippy --component rustfmt
7373
COMMAND ${CMAKE_COMMAND} -E touch "${RUST_STAMP_FILE}"
7474
DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/cmake/rust-toolchain.cmake"
7575
USES_TERMINAL

0 commit comments

Comments
 (0)