summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-12-13 08:42:14 +0100
committerGitHub <noreply@github.com>2020-12-13 08:42:14 +0100
commitc96930fd9d09e49355225ecd538510b9db2a7158 (patch)
tree886e3c6f8f7686761198ae3729c3a2f9238532e5 /src/common
parentcommon: Update CMakeList to fix build issue with Boost. (diff)
parentcmake: Fix generating CMake configs and linking with Boost (diff)
downloadyuzu-c96930fd9d09e49355225ecd538510b9db2a7158.tar
yuzu-c96930fd9d09e49355225ecd538510b9db2a7158.tar.gz
yuzu-c96930fd9d09e49355225ecd538510b9db2a7158.tar.bz2
yuzu-c96930fd9d09e49355225ecd538510b9db2a7158.tar.lz
yuzu-c96930fd9d09e49355225ecd538510b9db2a7158.tar.xz
yuzu-c96930fd9d09e49355225ecd538510b9db2a7158.tar.zst
yuzu-c96930fd9d09e49355225ecd538510b9db2a7158.zip
Diffstat (limited to 'src/common')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 0981fe90b..0acf70a0a 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -210,7 +210,7 @@ endif()
create_target_directory_groups(common)
-target_link_libraries(common PUBLIC Boost::boost fmt::fmt microprofile)
+target_link_libraries(common PUBLIC ${Boost_LIBRARIES} fmt::fmt microprofile)
target_link_libraries(common PRIVATE lz4::lz4 xbyak)
if (MSVC)
target_link_libraries(common PRIVATE zstd::zstd)