Skip to content

Commit

Permalink
Fix pthread link
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Mar 22, 2024
1 parent 0f771b7 commit 74b2412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ if(GTEST_FOUND)
)
target_link_libraries(e2e_test
${GTEST_LIBRARIES}
${THREAD_LIBRARIES}
ypspur
)
if(CMAKE_VERSION VERSION_LESS "3.1")
Expand Down

0 comments on commit 74b2412

Please sign in to comment.