From 0e21e0d57a5da36f2a4fbbd315254b22cd2fbf00 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 24 Oct 2025 10:19:24 +0200 Subject: in-tree spdlog (#602) move spdlog into the tree to remove dependency on vcpkg::spdlog, to allow diverging from the official version and evolve it to fit better with OTLP logging requirements --- xmake.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 6e4e0f557..019543903 100644 --- a/xmake.lua +++ b/xmake.lua @@ -20,7 +20,6 @@ add_requires( "vcpkg::c4core", "vcpkg::robin-map", "vcpkg::sol2", - "vcpkg::spdlog", "vcpkg::xxhash", "vcpkg::zlib" ) -- cgit v1.2.3