Browse Source
If there is an error in the CMake configuration phase (this can happen if a script run using execute_process() fails, for instance), the build system is incompletely generated and future attempts to run 'west build' will fail. This manifests in the following error: Error: could not find CMAKE_PROJECT_NAME in Cache Whenever we see that the cache exists but this variable is missing, let's just force CMake to run again. This avoids the error in my testing and is a bit more user friendly. I've seen multiple users asking what to do in this situation; the answer is always "just build it again", so we might as well do it for them. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>pull/24268/head
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue