Unset COMPONENT_ADD_INCLUDEDIRS in cxx component to fix C++ -Wmissing-include-dirs warning

Merges https://github.com/espressif/esp-idf/pull/1956
This commit is contained in:
Paul Reimer 2018-05-14 10:10:03 -07:00 committed by Angus Gratton
parent 5ed2d79572
commit d3b0e0e3fd
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ ifndef CONFIG_CXX_EXCEPTIONS
COMPONENT_ADD_LDFLAGS += -u __cxx_fatal_exception
endif
COMPONENT_ADD_INCLUDEDIRS =