From 53101f46e806d3ae78c4b59b355dcf345145f767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Tue, 18 Feb 2020 15:28:46 +0000 Subject: [PATCH] esp32 includes git-svn-id: svn://db.shs.com.ru/pip@879 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- esp32_component/esp-idf/components/pip/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32_component/esp-idf/components/pip/CMakeLists.txt b/esp32_component/esp-idf/components/pip/CMakeLists.txt index b84b10b6..b32e9908 100644 --- a/esp32_component/esp-idf/components/pip/CMakeLists.txt +++ b/esp32_component/esp-idf/components/pip/CMakeLists.txt @@ -37,7 +37,7 @@ list(APPEND INCLUDE_DIRS "../lwip/lwip/src/include") list(APPEND INCLUDE_DIRS "../lwip/port/esp32/include") list(APPEND INCLUDE_DIRS "../vfs/include") include_directories(${INCLUDE_DIRS}) -include_directories(${CMAKE_CURRENT_BINARY_DIR}) +include_directories(${CMAKE_CURRENT_BINARY_DIR}/pip) #message("IDF_COMPILE_DEFINITIONS = ${IDF_COMPILE_DEFINITIONS}") #message("IDF_INCLUDE_DIRECTORIES = ${IDF_INCLUDE_DIRECTORIES}") add_compile_options(${IDF_COMPILE_OPTIONS})