diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/cmake/common.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake index da4db9c1..4e8bea4f 100644 --- a/tools/cmake/common.cmake +++ b/tools/cmake/common.cmake @@ -11,7 +11,6 @@ set(PROJECT_VER "0.1.0") set(COMPONENTS "") # External dependencies -list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/bindey") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/catch2") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/cbor") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/esp-idf-lua") |
