Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sysbuild: create intermediate file for CMakeCache.txt configuration
Using `configure_file()` directly on an image's CMakeCache.txt file creates a sysbuild CMake configure dependency on the image's cache file. This means that any change to the CMake cache on any image results in a CMake re-run on all images. Create an intermediate file for configure_file() to depend upon. The aligns sysbuild in nRF Connect SDK behavior with Zephyr wrt. image CMake cache dependencies. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
- Loading branch information