On Mon, Mar 30, 2009 at 4:09 PM, Darren Weber <[email protected]>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
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
