InterviewSolution
Saved Bookmarks
| 1. |
What Is Cmake Cache? |
|
Answer» CMake uses the cache when it's re-running itself during a build because a CMakeList file CHANGED, or when you make rebuild_cache . It ALSO loads the cache at start of a normal CONFIGURE RUN. CMake uses the cache when it's re-running itself during a build because a CMakeList file changed, or when you make rebuild_cache . It also loads the cache at start of a normal configure run. |
|