Browse Source
Merge pull request #2272 from lioncash/boost
common/CMakeLists: Amend boost dependency
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/common/CMakeLists.txt
|
|
|
@ -134,4 +134,4 @@ endif() |
|
|
|
|
|
|
|
create_target_directory_groups(common) |
|
|
|
|
|
|
|
target_link_libraries(common PUBLIC fmt microprofile) |
|
|
|
target_link_libraries(common PUBLIC Boost::boost fmt microprofile) |