summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authorcyrozap <cyrozap@gmail.com>2020-08-07 23:19:57 -0500
committercyrozap <cyrozap@gmail.com>2020-08-11 02:53:16 -0500
commitc2de1d041ae5ca687b5eac24143666a8adecb2c9 (patch)
treed52e1c9d023709ddc7017b0c6939e8a641a3bc54 /Source/Core/InputCommon/ControllerInterface
parent655e92478a0b4366e9f38bdb5c33375a5ef40b6e (diff)
Fix builds with system LZMA when using versions of CMake before 3.14
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")
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
0 files changed, 0 insertions, 0 deletions