pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Undefine cached CMake variables when the build fails due to one being incorrectly set

Open kilograham opened this issue 9 months ago • 0 comments

We "latch" CMake variables from the environment when we configure a build, so the build remains stable. We should reset them again in particular code paths where the latched value is known to have caused a build failure

kilograham avatar Feb 19 '25 02:02 kilograham