can't you load up a "pre-cache" with cmake on fresh runs?

cmake -C.

I am assuming you could use a backup copy of your CMakeCache.txt with the changed entries removed as a starting place.

Just a guess. Someone can correct me if I am wrong.


--
Mike Jackson   Senior Research Engineer
Innovative Management & Technology Services


On Feb 6, 2008, at 6:05 PM, Alexander Neundorf wrote:

On Thursday 07 February 2008, Fernando Cacciola wrote:
Hi people,

As you know (or should know) it is sometimes needed to delete the cache,
specially if the system changes and libraries are added, deleted or
upgraded.
However, some settings are too valuable and its annoying to loose them just because the cache had to be deleted, so I wonder, are there any tools to a
handle a second custom cache?

Try QtDialog from cmake cvs, there you can delete single entries, filter
entries by a pattern and then delete the filtered entries etc.

Alex
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to