mirror of
https://github.com/espressif/openthread.git
synced 2026-09-09 18:50:07 +00:00
[cmake] remove unnecessary cmake variable (#4112)
This commit is contained in:
committed by
Jonathan Hui
parent
6a00ea0cdb
commit
e65880ecf3
@@ -37,8 +37,8 @@ add_executable(ot-cli-mtd
|
||||
set(COMMON_INCLUDES
|
||||
${OT_PUBLIC_INCLUDES}
|
||||
${OT_PRIVATE_INCLUDES}
|
||||
${OT_ROOT_DIR}/examples/platforms
|
||||
${OT_ROOT_DIR}/src/core
|
||||
${PROJECT_SOURCE_DIR}/examples/platforms
|
||||
${PROJECT_SOURCE_DIR}/src/core
|
||||
)
|
||||
|
||||
target_include_directories(ot-cli-ftd PRIVATE ${COMMON_INCLUDES})
|
||||
|
||||
Reference in New Issue
Block a user