Skip to content

Commit

Permalink
CMakeLists: Don't use shared zstd on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealDome committed Jan 16, 2024
1 parent caf88aa commit a08b069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -836,7 +836,7 @@ else()
endif()

pkg_check_modules(ZSTD QUIET libzstd>=1.4.0 IMPORTED_TARGET)
if(ZSTD_FOUND)
if(ZSTD_FOUND AND NOT IOS)
message(STATUS "Using shared zstd version: " ${ZSTD_VERSION})
dolphin_alias_library(zstd::zstd PkgConfig::ZSTD)
else()
Expand Down

0 comments on commit a08b069

Please sign in to comment.