Skip to content

Commit

Permalink
Downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad0 committed Oct 16, 2023
1 parent cbfe941 commit 619b82a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions barretenberg/cpp/cmake/module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ function(barretenberg_module MODULE_NAME)
${TBB_IMPORTED_TARGETS}
)

# enable msgpack downloading via dependency (solves race condition)
add_dependencies(${MODULE_NAME}_bench_objects msgpack-c)
add_dependencies(${MODULE_NAME}_bench msgpack-c)
add_custom_target(
run_${MODULE_NAME}_bench
COMMAND ${MODULE_NAME}_bench
Expand Down

0 comments on commit 619b82a

Please sign in to comment.