Merge pull request #2247 from lioncash/include

common/thread_queue_list: Remove unnecessary dependency on boost
This commit is contained in:
bunnei 2019-03-20 21:34:12 -04:00 committed by GitHub
commit e8ff8a66b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -134,4 +134,4 @@ endif()
create_target_directory_groups(common)
target_link_libraries(common PUBLIC Boost::boost fmt microprofile)
target_link_libraries(common PUBLIC fmt microprofile)