We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3909d commit 6e362eaCopy full SHA for 6e362ea
tools/python/mbed_platformio/build_mbed_ce.py
@@ -93,7 +93,7 @@ def is_cmake_reconfigure_required():
93
ninja_buildfile = BUILD_DIR / "build.ninja"
94
95
if not cmake_cache_file.exists():
96
- print(f"Mbed CE: Reconfigure required because CMake cache ({cmake_cache_file!s}) does not exist")
+ print(f"Mbed CE: Reconfigure required because CMake cache does not exist")
97
return True
98
if not CMAKE_API_REPLY_DIR.is_dir() or not any(CMAKE_API_REPLY_DIR.iterdir()):
99
print("Mbed CE: Reconfigure required because CMake API reply dir is missing")
0 commit comments