samples: portability: fix project name
Minor fix in the cmake file. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6882b5d912
commit
04c225601a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.13.1)
|
||||
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
project(cpp_synchronization)
|
||||
project(cmsis_synchronization)
|
||||
|
||||
target_include_directories(app PRIVATE ${ZEPHYR_BASE}/include/cmsis_rtos_v2)
|
||||
target_sources(app PRIVATE src/main.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue