Skip to content

Commit

Permalink
Remove unused Boost::thread
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 2, 2024
1 parent 4d471a8 commit 7e38390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

add_executable(test2 test2.cpp)
target_link_libraries(test2 ucoro Boost::boost Boost::thread)
target_link_libraries(test2 ucoro Boost::boost)

add_test(NAME test2 COMMAND test2)
set_target_properties(test2 PROPERTIES FOLDER "ucoro_tests")

0 comments on commit 7e38390

Please sign in to comment.