Skip to content

Commit

Permalink
Boost::thread depend atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 5, 2024
1 parent fdfbedc commit 8521969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set_target_properties(ucoro_tests PROPERTIES FOLDER "ucoro_tests")

add_subdirectory(test1)

find_package(Boost 1.60 COMPONENTS thread system)
find_package(Boost 1.60 COMPONENTS thread system atomic)
if(Boost_FOUND)
add_subdirectory(test2)
add_subdirectory(test5)
Expand Down

0 comments on commit 8521969

Please sign in to comment.