mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
CMake: support using system-wide zstd library
CMake does not have native support for zstd yet.
This commit is contained in:
parent
de5941d6f8
commit
24eee74937
@ -608,7 +608,7 @@ else()
|
||||
add_subdirectory(Externals/liblzma)
|
||||
endif()
|
||||
|
||||
find_package(zstd)
|
||||
pkg_search_module(ZSTD QUIET libzstd)
|
||||
if(ZSTD_FOUND)
|
||||
message(STATUS "Using shared zstd")
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user