Skip to content

Commit

Permalink
dont use crypto3_precompiled_headers_23
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 10, 2024
1 parent e594c9f commit 70de065
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proof-producer/tests/bin/proof-producer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ function(add_prover_test target)
add_dependencies(tests_prover_single_thread ${target}_single_thread)
add_dependencies(tests_prover_multi_thread ${target}_multi_thread)

target_precompile_headers(${target}_single_thread REUSE_FROM crypto3_precompiled_headers_23)
target_precompile_headers(${target}_multi_thread REUSE_FROM crypto3_precompiled_headers_23)
target_precompile_headers(${target}_single_thread REUSE_FROM ${target}_multi_thread)
endfunction()

add_prover_test(test_zkevm_bbf_circuits)
Expand Down

0 comments on commit 70de065

Please sign in to comment.