From 31bba6749180f8ca0891dc20fb1d6f7c063374d9 Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Tue, 27 Apr 2021 18:07:44 +0800 Subject: [PATCH] [driver]: removed redundant code in CMakeLists.txt --- components/driver/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/driver/CMakeLists.txt b/components/driver/CMakeLists.txt index a39965b633..fc91bfcf65 100644 --- a/components/driver/CMakeLists.txt +++ b/components/driver/CMakeLists.txt @@ -36,7 +36,6 @@ if(${target} STREQUAL "esp32") "esp32/touch_sensor.c" "esp32/adc.c" "esp32/dac.c") - list(APPEND includes "esp32/include") endif() if(IDF_TARGET STREQUAL "esp32s2") @@ -50,7 +49,6 @@ if(IDF_TARGET STREQUAL "esp32s2") "esp32s2/adc.c" "esp32s2/adc2_init_cal.c" "esp32s2/dac.c") - list(APPEND includes "esp32s2/include") endif() if(${target} STREQUAL "esp32s3")