Skip to content

Commit 047b310

Browse files
authored
revert CMakeLists.txt
1 parent 51da104 commit 047b310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# CMakeLists in this exact order for cmake to work correctly
33
cmake_minimum_required(VERSION 3.5)
44

5-
set(DL_PATH ${CMAKE_SOURCE_DIR}/managed_components/espressif__esp-dl)
6-
set(EXTRA_COMPONENT_DIRS ${DL_PATH}/esp-dl)
5+
//set(DL_PATH ${CMAKE_SOURCE_DIR}/managed_components/espressif__esp-dl)
6+
//set(EXTRA_COMPONENT_DIRS ${DL_PATH}/esp-dl)
77

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

0 commit comments

Comments
 (0)