From 9622d7f3182d749e4ff2e3517a68d15b2ff0aa2b Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 14 Jan 2024 12:59:44 +0200 Subject: [PATCH] Fixed cmakelists --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a9952b8..15ec2bc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,8 +191,6 @@ set(SPDLOG_HEADERS "include/spdlog/details/periodic_worker.h" "include/spdlog/details/registry.h" "include/spdlog/details/synchronous_factory.h" - - "include/spdlog/details/tcp_client_unix.h" "include/spdlog/details/thread_pool.h" "include/spdlog/fmt/bin_to_hex.h" "include/spdlog/fmt/fmt.h"