ARMmbed / mbed-os-example-cellular

This is an example based on mbed-os cellular APIs that demonstrates a TCP or UDP echo transaction with a public echo server.
Apache License 2.0
21 stars 45 forks source link

Update location of Mbed OS cmake config file #215

Closed urutva closed 3 years ago

urutva commented 3 years ago

Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (https://github.com/ARMmbed/mbed-tools/pull/189). Update CMakeLists.txt to use build folder to locate Mbed OS cmake config file.

0xc0170 commented 3 years ago

CI failure is expected, this will be tested in tools/Mbed OS as it affects all examples. I'll merge now to unblock tools release.