Hi.
We have a huge project which are using cmake.
To resolve cross dependencies the cmake we are running it in two phases:
1. Configure (only), interrupted by “SEND_ERROR": In that phase
CMakeCache.txt are created and it is used by next phase.
2. Standard cmake run (cache variables are set,
On Wed, Jun 20, 2012 at 12:04 PM, Eric Noulard wrote:
> 2012/6/20 Robert Dailey :
> > 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
2012/6/20 Robert Dailey :
> 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 yo
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
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-t