Skip to content

Commit 1bb89c2

Browse files
authored
Merge pull request #50 from ARMmbed/release_candidate
Update for mbed-os-6.14.0
2 parents 10a93e6 + 20971c8 commit 1bb89c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set(APP_TARGET mbed-os-example-for-aws)
99

1010
include(${MBED_PATH}/tools/cmake/app.cmake)
1111

12+
project(${APP_TARGET})
13+
1214
add_subdirectory(${MBED_PATH})
1315
add_subdirectory(mbed-client-for-aws)
1416

@@ -20,8 +22,6 @@ add_executable(${APP_TARGET})
2022

2123
mbed_configure_app_target(${APP_TARGET})
2224

23-
project(${APP_TARGET})
24-
2525
target_include_directories(${APP_TARGET}
2626
PRIVATE
2727
.

mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#d147abc3e556c58e5e343d34b729bc2192e18bd3
1+
https://github.com/ARMmbed/mbed-os/#3377f083b3a6bd7a1b45ed2cea5cf083b9007527

0 commit comments

Comments
 (0)