From 5c9df20ed198ad2db24b44c56a823380325a2e4c Mon Sep 17 00:00:00 2001 From: paul nehlich Date: Tue, 25 Jun 2024 12:12:09 +0200 Subject: [PATCH] Should build now, sorry --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcffc80..6b5b4f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ set (LWIP_INCLUDE_DIRS "${LWIP_DIR}/src/include" "${BSP_PATH}/lwip" ) -include(${LWIP_DIR}/src/Filelists.cmake) +#include(${LWIP_DIR}/src/Filelists.cmake) set(lwip_SRCS ${lwipcore_SRCS} ${lwipcore4_SRCS}