Closed urutva closed 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.
CMakeLists.txt
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.
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.