diff --git a/CMakeLists.txt b/CMakeLists.txt index 95c7aa0..37216a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,5 +5,4 @@ set(req arduino ESPAsyncWebServer ArduinoJson) idf_component_register( INCLUDE_DIRS ${includedirs} SRC_DIRS src - SRCS ${SOURCES} REQUIRES ${req})