Skip to content

Commit

Permalink
Fix benchmark linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Nov 7, 2023
1 parent f9e46e0 commit a5aa3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ set(BENCHMARK_SOURCES

# Required libraries for benchmark suites
set(LINKED_LIBRARIES
polynomials
relations
proof_system
benchmark::benchmark
transcript
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
barretenberg_module(proof_system relations polynomials crypto_pedersen_commitment crypto_pedersen_hash)
barretenberg_module(proof_system relations crypto_pedersen_commitment crypto_pedersen_hash)

0 comments on commit a5aa3b4

Please sign in to comment.