Re: [CMake] how-to get cmake command line after running ccmake

2009-04-02 Thread Adolfo Rodríguez
If you do create this script, would you mind sharing it in this list?. I think it may come in handy to many of us at one time or another. Thanks in advance! Adolfo On Wed, Apr 1, 2009 at 11:06 PM, Darren Weber wrote: > > Yes, this is the feature that I'm looking for. I want to use ccmake for >

Re: [CMake] how-to get cmake command line after running ccmake

2009-04-01 Thread Darren Weber
Yes, this is the feature that I'm looking for. I want to use ccmake for the initial configuration and then automatically "translate" that configuration into an equivalent command line for cmake (all on *nix system), which I can then put into an automated build script (sh or bash) that I can run on

Re: [CMake] how-to get cmake command line after running ccmake

2009-04-01 Thread Darren Weber
Yes, this is the feature that I'm looking for. I want to use ccmake for the initial configuration and then automatically "translate" that configuration into an equivalent command line for cmake (all on *nix system), which I can then put into an automated build script (sh or bash) that I can run on

Re: [CMake] how-to get cmake command line after running ccmake

2009-03-31 Thread Philip Lowman
On Tue, Mar 31, 2009 at 12:23 AM, James Bigler wrote: > I think he wants to run ccmake and configure things how he likes and then > get a command line that would produce the equivalent configuration without > ccmake (i.e. cmake -DSOMEVAR:BOOL=ON > -DPATH_TO_SOME_EXE:PATH=/path/to/some.exe). This

Re: [CMake] how-to get cmake command line after running ccmake

2009-03-30 Thread James Bigler
On Mon, Mar 30, 2009 at 9:27 PM, Philip Lowman wrote: > On Mon, Mar 30, 2009 at 4:09 PM, Darren Weber < > darren.weber.li...@gmail.com> wrote: > >> >> Can we automatically extract an equivalent cmake command line after >> running ccmake? >> >> Take care, Darren > > > If you're using the Makefile

Re: [CMake] how-to get cmake command line after running ccmake

2009-03-30 Thread Philip Lowman
On Mon, Mar 30, 2009 at 4:09 PM, Darren Weber wrote: > > Can we automatically extract an equivalent cmake command line after running > ccmake? > > Take care, Darren If you're using the Makefile generator you can simply type "make edit_cache" in your build tree after you've initially generated.

[CMake] how-to get cmake command line after running ccmake

2009-03-30 Thread Darren Weber
Can we automatically extract an equivalent cmake command line after running ccmake? Take care, Darren ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-