Re: [CMake] Extracting the configure and generate command

2014-11-02 Thread David Cole via CMake
The Show My Changes menu item in the Tools menu gives you the -D command line options for the things you've touched in the cmake-gui program... HTH, David C. On Sat, Nov 1, 2014 at 12:16 PM, Saad Khattak saadrus...@gmail.com wrote: Once I have configured and generated a CMake project, is

Re: [CMake] Extracting the configure and generate command

2014-11-02 Thread Saad Khattak
Thanks David. That at least makes it easier to write the scripts for generating the projects. It would be great if the GUI has an option to show the full CMake command. On Sun Nov 02 2014 at 10:13:24 AM David Cole dlrd...@aol.com wrote: The Show My Changes menu item in the Tools menu gives you

[CMake] Extracting the configure and generate command

2014-11-01 Thread Saad Khattak
Once I have configured and generated a CMake project, is there a way to extract that into a command? So, let's say I have configured and generated a project using the CMake GUI. I am then able to extract (somehow) the full configure/generate command which looks like this: cmake -DOPTION_1=ON