Skip to content

Commit a08b069

Browse files
committed
CMakeLists: Don't use shared zstd on iOS
1 parent caf88aa commit a08b069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ else()
836836
endif()
837837

838838
pkg_check_modules(ZSTD QUIET libzstd>=1.4.0 IMPORTED_TARGET)
839-
if(ZSTD_FOUND)
839+
if(ZSTD_FOUND AND NOT IOS)
840840
message(STATUS "Using shared zstd version: " ${ZSTD_VERSION})
841841
dolphin_alias_library(zstd::zstd PkgConfig::ZSTD)
842842
else()

0 commit comments

Comments
 (0)