Skip to content

Commit

Permalink
Merge pull request #4051 from clemahieu/load_test_boost_process
Browse files Browse the repository at this point in the history
Fixing build error, linking load_test to boost_process.
  • Loading branch information
clemahieu authored Jan 14, 2023
2 parents 5511ec2 + c96f65c commit 2a1623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/load_test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
add_executable(load_test entry.cpp)

target_link_libraries(load_test node secure test_common gtest)
target_link_libraries(load_test boost_process node secure test_common gtest)

0 comments on commit 2a1623e

Please sign in to comment.