mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-11 15:09:00 +01:00
![cyrozap](/assets/img/avatar_default.png)
The "FindLibLZMA.cmake" module in CMake versions prior to 3.14 do not set an alias like how Externals/liblzma/CMakeLists.txt does, so builds performed using one of those older CMake versions will fail if the system LZMA library is detected. To fix this, we need to link against "lzma" instead of "LibLZMA::LibLZMA". Fixes: b59ef81a7e ("WIA: Implement bzip2, LZMA, and LZMA2 decompression")