[CMake] Configure separate from generate on the command line

Robert Dailey rcdailey.lists at gmail.com
Wed Jun 20 13:38:39 EDT 2012


On Wed, Jun 20, 2012 at 12:04 PM, Eric Noulard <eric.noulard at gmail.com>wrote:

> 2012/6/20 Robert Dailey <rcdailey.lists at gmail.com>:
> > Is there a way to configure separately from generate on the command line?
> > cmake-gui allows this but I do not see an option for this for cmake.exe
>
> I don't think it's possible.
> This command line does what you want (on Linux):
>
> echo "c q" | ccmake ..
>
> May I ask why do you want the feature?


Sometimes its useful just to perform the configuration step to verify the
state of what will be generated, prior to doing that work. It gives me a
chance to make any corrections or adjustments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120620/39734050/attachment.htm>


More information about the CMake mailing list