From 463d43b0bb5e747e1786b8e57009f32c25595b5e Mon Sep 17 00:00:00 2001 From: R4SAS Date: Wed, 8 Jun 2022 00:40:50 +0300 Subject: [PATCH] [cmake] remove HTTPServer.cpp from daemon sources Signed-off-by: R4SAS --- build/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index b021c947..2cd16217 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -96,7 +96,6 @@ endif() set(DAEMON_SRC "${DAEMON_SRC_DIR}/Daemon.cpp" - "${DAEMON_SRC_DIR}/HTTPServer.cpp" "${DAEMON_SRC_DIR}/I2PControl.cpp" "${DAEMON_SRC_DIR}/i2pd.cpp" "${DAEMON_SRC_DIR}/UPnP.cpp"