[CMake] cmake command-line

Brian Little brian.little at emergent.net
Tue Dec 5 15:53:00 EST 2006


How do you run cmake on the command-line and have it run to completion?  I
have to run it more than once for it to find all the variables and then spit
out the build files.  Is there a switch to tell it to run until it is down?  

 

Right now to get around it, I have a batch file that runs cmake and compares
the current CMakeCache.txt to the last one generated until there is no
difference.  Then it knows it is finished.  But, this requires having cygwin
diff on any machine that needs to do this.

 

I figure there has got to be a better way but I haven't found it yet.

 

Thanks,

Brian 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20061205/540a378b/attachment.htm


More information about the CMake mailing list