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 bb73cc5 commit 14e4f1eCopy full SHA for 14e4f1e
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}
72
- COMMAND rustup toolchain install nightly-2026-05-13 --component rustc-dev
+ COMMAND rustup toolchain install nightly-2026-05-13 --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"
75
USES_TERMINAL
0 commit comments