Skip to content

Commit c9507a9

Browse files
authored
Update CMakeLists.txt
fix typo in the project function call
1 parent 86bff65 commit c9507a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ add_subdirectory(mbed-os)
5353
######################################################################################################
5454

5555
### Set up your project name (necessary everytime)
56-
project(mbed-ce-custom-targets)
56+
project(MbedCEHelloWorld)
5757

5858
### add executable (necessary everytime)
5959
add_executable(${CMAKE_PROJECT_NAME} main.cpp)

0 commit comments

Comments
 (0)