diff options
author | lat9nq <lat9nq@virginia.edu> | 2020-09-29 02:28:47 +0200 |
---|---|---|
committer | lat9nq <lat9nq@virginia.edu> | 2020-09-29 02:28:47 +0200 |
commit | 9d665cb8dbc560e5f5492d34aeab4bf41b9353d3 (patch) | |
tree | 225c5f9e70c6906974e407eb599c8b1f323f77c4 /src/common/CMakeLists.txt | |
parent | Merge pull request #4719 from lioncash/audio-warn (diff) | |
download | yuzu-9d665cb8dbc560e5f5492d34aeab4bf41b9353d3.tar yuzu-9d665cb8dbc560e5f5492d34aeab4bf41b9353d3.tar.gz yuzu-9d665cb8dbc560e5f5492d34aeab4bf41b9353d3.tar.bz2 yuzu-9d665cb8dbc560e5f5492d34aeab4bf41b9353d3.tar.lz yuzu-9d665cb8dbc560e5f5492d34aeab4bf41b9353d3.tar.xz yuzu-9d665cb8dbc560e5f5492d34aeab4bf41b9353d3.tar.zst yuzu-9d665cb8dbc560e5f5492d34aeab4bf41b9353d3.zip |
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 5d54516eb..ea0191c4b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -192,4 +192,4 @@ create_target_directory_groups(common) find_package(Boost 1.71 COMPONENTS context headers REQUIRED) target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile) -target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd xbyak) +target_link_libraries(common PRIVATE lz4::lz4 zstd xbyak) |