From 59e29782c6ffe3304dd91a415490b1e66b2db167 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Wed, 18 Sep 2024 16:42:13 +0200 Subject: [PATCH] Remove fmt dependency --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd4c349..59f305d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,7 +136,6 @@ set(dependencies cxx-ring-buffer espchrono espcpputils - fmt esptftlib )