mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
Merge pull request #9025 from cyrozap/fix-build-with-older-cmake
Fix builds with system LZMA when using versions of CMake before 3.14
This commit is contained in:
@ -60,7 +60,7 @@ target_link_libraries(discio
|
|||||||
PUBLIC
|
PUBLIC
|
||||||
common
|
common
|
||||||
BZip2::BZip2
|
BZip2::BZip2
|
||||||
LibLZMA::LibLZMA
|
lzma
|
||||||
zstd
|
zstd
|
||||||
|
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
Reference in New Issue
Block a user