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
This commit is contained in:
David Cermak
2025-04-25 16:50:13 +02:00
parent 8541753443
commit ad90558420

View File

@ -15,7 +15,6 @@ set(EXTRA_COMPONENT_DIRS
../components/console_simple_init
../components/mbedtls_cxx
../components/sock_utils
../components/libwebsockets
../components/mdns)