We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf88aa commit a08b069Copy full SHA for a08b069
CMakeLists.txt
@@ -836,7 +836,7 @@ else()
836
endif()
837
838
pkg_check_modules(ZSTD QUIET libzstd>=1.4.0 IMPORTED_TARGET)
839
-if(ZSTD_FOUND)
+if(ZSTD_FOUND AND NOT IOS)
840
message(STATUS "Using shared zstd version: " ${ZSTD_VERSION})
841
dolphin_alias_library(zstd::zstd PkgConfig::ZSTD)
842
else()
0 commit comments