Skip to content

Commit

Permalink
fix(esp_hw_support): Removed unused include directories from cmake
Browse files Browse the repository at this point in the history
* Closes #12700
  • Loading branch information
0xjakob committed Dec 4, 2023
1 parent a060a26 commit 900ee4e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion components/esp_hw_support/port/esp32/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
target_include_directories(${COMPONENT_LIB} PUBLIC .)
target_include_directories(${COMPONENT_LIB} PUBLIC private_include)

set(srcs
"rtc_clk.c"
Expand Down
2 changes: 0 additions & 2 deletions components/esp_hw_support/port/esp32c2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ endif()
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")

target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
2 changes: 0 additions & 2 deletions components/esp_hw_support/port/esp32c3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ endif()
add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")

target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
1 change: 0 additions & 1 deletion components/esp_hw_support/port/esp32h2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ add_prefix(srcs "${CMAKE_CURRENT_LIST_DIR}/" "${srcs}")

target_sources(${COMPONENT_LIB} PRIVATE "${srcs}")
target_include_directories(${COMPONENT_LIB} PUBLIC . private_include)
target_include_directories(${COMPONENT_LIB} PRIVATE ../hal)
1 change: 0 additions & 1 deletion components/esp_hw_support/port/esp32s2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
target_include_directories(${COMPONENT_LIB} PUBLIC .)
target_include_directories(${COMPONENT_LIB} PUBLIC private_include)

set(srcs
"rtc_clk.c"
Expand Down
1 change: 0 additions & 1 deletion components/esp_hw_support/port/esp32s3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
target_include_directories(${COMPONENT_LIB} PUBLIC .)
target_include_directories(${COMPONENT_LIB} PUBLIC private_include)

set(srcs
"rtc_clk.c"
Expand Down

0 comments on commit 900ee4e

Please sign in to comment.