Skip to content

Commit

Permalink
Merge pull request #9025 from cyrozap/fix-build-with-older-cmake
Browse files Browse the repository at this point in the history
Fix builds with system LZMA when using versions of CMake before 3.14
  • Loading branch information
leoetlino committed Oct 20, 2020
2 parents dc5ae5e + c2de1d0 commit 70ab3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DiscIO/CMakeLists.txt
Expand Up @@ -60,7 +60,7 @@ target_link_libraries(discio
PUBLIC
common
BZip2::BZip2
LibLZMA::LibLZMA
lzma
zstd

PRIVATE
Expand Down

0 comments on commit 70ab3bf

Please sign in to comment.