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

Philip Lowman philip at yhbt.com
Mon Mar 30 23:27:45 EDT 2009


On Mon, Mar 30, 2009 at 4:09 PM, Darren Weber
<darren.weber.lists at gmail.com>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.

If this doesn't solve your problem you likely can look towards finding the
source directory in the CMakeCache.txt file.

-- 
Philip Lowman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090330/e4e797a0/attachment.htm>


More information about the CMake mailing list