diff options
| author | Léo Lam <leo@leolam.fr> | 2020-10-20 14:51:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-20 14:51:15 +0200 |
| commit | 70ab3bf7b3730278b84508877f91c4e453d6ae4d (patch) | |
| tree | d1b67353d69fd6838bea1a1abf0ff8de388044ec /Source/Core/DiscIO | |
| parent | dc5ae5ee66b7ce3ed13d7269242ae6e210992bd3 (diff) | |
| parent | c2de1d041ae5ca687b5eac24143666a8adecb2c9 (diff) | |
Merge pull request #9025 from cyrozap/fix-build-with-older-cmake
Fix builds with system LZMA when using versions of CMake before 3.14
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/CMakeLists.txt b/Source/Core/DiscIO/CMakeLists.txt index fcaede29b3..54e437c521 100644 --- a/Source/Core/DiscIO/CMakeLists.txt +++ b/Source/Core/DiscIO/CMakeLists.txt @@ -60,7 +60,7 @@ target_link_libraries(discio PUBLIC common BZip2::BZip2 - LibLZMA::LibLZMA + lzma zstd PRIVATE |
