Cache variablesΒΆ

For optimization purposes there are special type of variables which lifetime is not limited with one CMake run (e.g. like regular cmake variables). Variables saved in CMakeCache.txt file and persist across multiple runs within a project build tree [1].