From 04b46f146184af379428e6ee91504d774c5b505d Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 28 Sep 2025 01:47:56 -0400 Subject: [PATCH] Remove unused Abseil internal modules from CMake configuration to streamline dependencies and improve build clarity. --- cmake/absl.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/absl.cmake b/cmake/absl.cmake index e2b2dfa9..f42e05fe 100644 --- a/cmake/absl.cmake +++ b/cmake/absl.cmake @@ -53,10 +53,6 @@ set( absl::container_memory absl::memory absl::utility - absl::strings_internal - absl::str_format_internal - absl::flags_internal - absl::container_internal ) # Add int128 only on non-Windows platforms to avoid C++23 deprecation issues