[CMake] Can CMake confgure shorter cmmand argments?

Bill Hoffman bill.hoffman at kitware.com
Thu Aug 8 17:42:17 EDT 2013


On 8/8/2013 4:14 PM, Bo Berglund wrote:
> Do you mean that I should start cmake from the command line and then
> configure and generate the project again?
> Should I clear the binary folder first to make a clean slate?
> Or can I keep the data already there and just make a new generate?
You might get away with re-running cmake from the command line.  You 
could also just create a very simple project to make it easier.  From 
your earlier email, it looked like you tracked down where it should have 
been setting the temp file variables.  Some place must be clobbering 
them later on.  You could also add some message statements to print out 
the temp file variables in the project.

-Bill


More information about the CMake mailing list