From 6d3ad1ca7048a7848265f3e863b1c4faf88d7200 Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Mon, 18 Nov 2024 04:32:33 -0500 Subject: [PATCH] del --- cmake/Deps_Unix.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/Deps_Unix.cmake b/cmake/Deps_Unix.cmake index b2968382..bf936faf 100644 --- a/cmake/Deps_Unix.cmake +++ b/cmake/Deps_Unix.cmake @@ -98,10 +98,6 @@ if (WITH_ZIM) pkg_check_modules(ZIM REQUIRED IMPORTED_TARGET libzim) target_link_libraries(${GOLDENDICT} PRIVATE PkgConfig::ZIM) - - if (APPLE) - - endif () endif () if (USE_SYSTEM_FMT)