ARMmbed / mbed-os-example-tls

mbed TLS Sample application
Apache License 2.0
30 stars 53 forks source link

Update location of Mbed OS cmake config file #289

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.