ARMmbed / mbed-os-example-filesystem

The Mbed OS file system example
https://mbed.com
Apache License 2.0
16 stars 33 forks source link

Update location of Mbed OS cmake config file #138

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.