Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
fix typo in the project function call
  • Loading branch information
JohnK1987 authored Oct 6, 2024
1 parent 86bff65 commit c9507a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ add_subdirectory(mbed-os)
######################################################################################################

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

### add executable (necessary everytime)
add_executable(${CMAKE_PROJECT_NAME} main.cpp)
Expand Down

0 comments on commit c9507a9

Please sign in to comment.