<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000099">
Hi list,<br>
<br>
First of all I have to say, the tool is great! Finally I can compile my
wxWidgets programs everywhere without much trouble. I always disliked
creating makefiles (Linux, Mac, HP-UX) and projects (VS6, VS7) for
every single OS ;-)<br>
<br>
Anyway, my problem is; I share my source under windows and linux. When
I run cmake under linux, and cmake under windows already wrote cache
entries there, I get errors about corrupted or invalid cache. Same goes
for windows when I just left linux.<br>
<br>
Is there a way to clean out the cache files by command, so that all
*.cmake, CMakeCache.txt etc is cleared out? I don't mind if the
projects are also deleted in the process. It does save me a lot of time
when I want to check something onder linux, and first I have to delete
all the windows cache files by hand.. <br>
<br>
Thanks in advance!<br>
<br>
- Jorgen<br>
</body>
</html>