Skip to content

Commit c39e942

Browse files
committed
Fix TFLite build error due to folder changes
1 parent 512f654 commit c39e942

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ cmake_minimum_required(VERSION 3.5)
44

55
set(RMAKER_PATH ${CMAKE_SOURCE_DIR}/components/esp-rainmaker)
66
set(INSIGHTS_PATH ${RMAKER_PATH}/components/esp-insights)
7-
set(TFLITE_PATH ${CMAKE_SOURCE_DIR}/components/tflite-micro)
87

9-
set(EXTRA_COMPONENT_DIRS ${INSIGHTS_PATH}/components ${RMAKER_PATH}/components ${TFLITE_PATH}/components)
8+
set(EXTRA_COMPONENT_DIRS ${INSIGHTS_PATH}/components ${RMAKER_PATH}/components)
109

1110
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
1211
project(arduino-lib-builder)

0 commit comments

Comments
 (0)