mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
Require zstd >= 1.4.0
<leoetlino: Dolphin fails to build with zstd 1.3.8.>
This commit is contained in:
parent
fd5f9f4c26
commit
135cd390e7
@ -618,9 +618,9 @@ else()
|
|||||||
add_subdirectory(Externals/liblzma)
|
add_subdirectory(Externals/liblzma)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
pkg_search_module(ZSTD QUIET libzstd)
|
pkg_check_modules(ZSTD QUIET libzstd>=1.4.0)
|
||||||
if(ZSTD_FOUND)
|
if(ZSTD_FOUND)
|
||||||
message(STATUS "Using shared zstd")
|
message(STATUS "Using shared zstd version: " ${ZSTD_VERSION})
|
||||||
else()
|
else()
|
||||||
check_vendoring_approved(zstd)
|
check_vendoring_approved(zstd)
|
||||||
message(STATUS "Shared zstd not found, falling back to the static library")
|
message(STATUS "Shared zstd not found, falling back to the static library")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user