Skip to content

Commit

Permalink
fix BOOST_SYSTEM_DYN_LINK error
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 9, 2024
1 parent e78a0c2 commit bb2eb6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proof-producer/tests/libs/output_artifacts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ function(add_output_artifacts_test target)
add_dependencies(tests_output_artifacts_single_thread ${target}_single_thread)
add_dependencies(tests_output_artifacts_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_output_artifacts_test(test_range)
Expand Down

0 comments on commit bb2eb6c

Please sign in to comment.