We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb5e19 commit 9d712f6Copy full SHA for 9d712f6
1 file changed
CMakeLists.txt
@@ -174,6 +174,7 @@ file(GLOB_RECURSE rule_preprocessor_sources
174
175
add_custom_command(
176
OUTPUT ${rust_rules_ir_outputs} ${RUSTLS_HEADER}
177
+ COMMAND cargo +${RUST_STABLE_VERSION} build --release --manifest-path "${PROJECT_SOURCE_DIR}/rules/Cargo.toml"
178
COMMAND ${CMAKE_COMMAND} -E env
179
CARGO_TARGET_DIR=${CMAKE_BINARY_DIR}/target_preprocessor
180
cargo +${RUST_NIGHTLY_VERSION} run --release --manifest-path "${PROJECT_SOURCE_DIR}/rule-preprocessor/Cargo.toml"
0 commit comments