From ad90558420b887608766bf9cd2efa14c22af7312 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Fri, 25 Apr 2025 16:50:13 +0200 Subject: [PATCH] fix(lws): Remove clang tidy checks Since lws hardcodes some flags in CMakeLists.txt, which causes compilation issues with mbedtls, generated lws_config.h and -mlongcalls --- test_app/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test_app/CMakeLists.txt b/test_app/CMakeLists.txt index f2cf76d4b..bda7a057a 100644 --- a/test_app/CMakeLists.txt +++ b/test_app/CMakeLists.txt @@ -15,7 +15,6 @@ set(EXTRA_COMPONENT_DIRS ../components/console_simple_init ../components/mbedtls_cxx ../components/sock_utils - ../components/libwebsockets ../components/mdns)