1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-03-30 05:40:08 +00:00

Merge pull request from lioncash/boost

common/CMakeLists: Amend boost dependency
This commit is contained in:
bunnei 2019-03-20 22:35:36 -04:00 committed by GitHub
commit 43b83d6b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)