[CMake] Configure separate from generate on the command line

2014-07-16 Thread Bartosz
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,

Re: [CMake] Configure separate from generate on the command line

2012-06-20 Thread Robert Dailey
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

Re: [CMake] Configure separate from generate on the command line

2012-06-20 Thread Eric Noulard
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

[CMake] Configure separate from generate on the command line

2012-06-20 Thread 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 -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-t