[cmake] remove unnecessary cmake variable (#4112)

This commit is contained in:
Ciaran Woodward
2019-11-26 00:53:35 +08:00
committed by Jonathan Hui
parent 6a00ea0cdb
commit e65880ecf3
10 changed files with 28 additions and 30 deletions
+2 -2
View File
@@ -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})