We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51da104 commit 047b310Copy full SHA for 047b310
CMakeLists.txt
@@ -2,8 +2,8 @@
2
# CMakeLists in this exact order for cmake to work correctly
3
cmake_minimum_required(VERSION 3.5)
4
5
-set(DL_PATH ${CMAKE_SOURCE_DIR}/managed_components/espressif__esp-dl)
6
-set(EXTRA_COMPONENT_DIRS ${DL_PATH}/esp-dl)
+//set(DL_PATH ${CMAKE_SOURCE_DIR}/managed_components/espressif__esp-dl)
+//set(EXTRA_COMPONENT_DIRS ${DL_PATH}/esp-dl)
7
8
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
9
project(arduino-lib-builder)
0 commit comments