From 30b01142d3d1a2947e534a9511e192d719cc7c8d Mon Sep 17 00:00:00 2001 From: lizzie Date: Mon, 23 Mar 2026 05:48:57 +0000 Subject: [PATCH] proper linkings?! --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12258e336f..8fe673bcfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -478,7 +478,6 @@ endfunction() # Platform-specific library requirements # Put these BEFORE EXTERNALS or Boost WILL die # ============================================= - if (APPLE) set(_libs Carbon Metal Cocoa IOKit CoreVideo CoreMedia Security) if (IOS)