Skip to content

Commit

Permalink
band-aid rust
Browse files Browse the repository at this point in the history
  • Loading branch information
CblPOK-git committed Jun 19, 2024
1 parent 64a6b7b commit e88603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rust/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function(add_rust_example_without_proving example_target)

assign_ir(${example_target} ${binary_name} ${ARG_INPUT} ${ARG_PRIVATE_INPUT} ${ARG_CURVE_TYPE} ${ARG_ARITHMETIZARION} ${ARG_MAX_NUM_PROVERS})

add_dependencies(rust_examples_generate_crct ${example_target}_generate_crct)
add_dependencies(rust_examples_generate_crct ${example_target}_generate_both) # assigner fails in gen_crct mode for some reason
add_dependencies(rust_examples_generate_tbl ${example_target}_generate_tbl)
add_dependencies(rust_examples_generate_both ${example_target}_generate_both)
endfunction()
Expand Down

0 comments on commit e88603a

Please sign in to comment.