From 13045e318aac73103d50540edba62bd32b2f9d21 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:34:00 +0000 Subject: [PATCH 1/2] Initial plan From 089a0d65d2405a1bae529a93ca92d6668b334f51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:37:09 +0000 Subject: [PATCH 2/2] fix: avoid macOS spdlog fmt consteval build error Co-authored-by: BEASTSHRIRAM <165943146+BEASTSHRIRAM@users.noreply.github.com> --- glinx-core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/glinx-core/CMakeLists.txt b/glinx-core/CMakeLists.txt index b613402..5ac7f07 100644 --- a/glinx-core/CMakeLists.txt +++ b/glinx-core/CMakeLists.txt @@ -32,6 +32,7 @@ FetchContent_Declare( GIT_REPOSITORY https://github.com/gabime/spdlog.git GIT_TAG v1.13.0 ) +set(SPDLOG_USE_STD_FORMAT ON CACHE BOOL "Use std::format in spdlog" FORCE) FetchContent_MakeAvailable(spdlog) # readerwriterqueue (lock-free queue)