Re: [CMake] Is it possible to obtain the exact cmake command line used to invoke cmake from within cmake?

2007-10-28 Thread Eric Noulard
2007/10/27, Alan W. Irwin [EMAIL PROTECTED]: As I respond to issues with the PLplot CMake-based build system that are reported by our users, I repeatedly find myself asking them to report the exact cmake command line that they used as well as full output from the cmake command. If from within

Re: [CMake] Is it possible to obtain the exact cmake command line used to invoke cmake from within cmake?

2007-10-28 Thread Alexander Neundorf
On Sunday 28 October 2007, Eric Noulard wrote: 2007/10/27, Alan W. Irwin [EMAIL PROTECTED]: As I respond to issues with the PLplot CMake-based build system that are reported by our users, I repeatedly find myself asking them to report the exact cmake command line that they used as well as

Re: [CMake] Is it possible to obtain the exact cmake command line used to invoke cmake from within cmake?

2007-10-28 Thread Alan W. Irwin
On 2007-10-28 20:55+0100 Alexander Neundorf wrote: On Sunday 28 October 2007, Eric Noulard wrote: 2007/10/27, Alan W. Irwin [EMAIL PROTECTED]: As I respond to issues with the PLplot CMake-based build system that are reported by our users, I repeatedly find myself asking them to report the

Re: [CMake] Trouble with CMake + Eclipse + SVN/CVS

2007-10-28 Thread Eric Noulard
2007/10/17, [EMAIL PROTECTED] [EMAIL PROTECTED]: Wasn't there a way to get the cvs/svn stuff working with the eclipse generator ? E.g. by setting up a project in eclipse for the cvs/svn sources and then additionally loading the cmake generated out-of-source eclipse project ? I think a good

Re: [CMake] Trouble with CMake + Eclipse + SVN/CVS

2007-10-28 Thread Eric Noulard
I did update some Wiki pages and added a screencast describing (I hope) how to use eclipse with 2 projects: One for version handling One imported from CMake CDT4 generator Sorry here are the Wiki links: http://www.cmake.org/Wiki/Eclipse_CDT4_Generator_Development note that I did add link in

Re: [CMake] Is it possible to obtain the exact cmake command line used to invoke cmake from within cmake?

2007-10-28 Thread David Cole
Personal opinion here: I think this would be a completely worthwhile feature addition to cmake, ccmake, CMakeSetup, ctest and cpack. CMAKE_COMMAND_LINE or CMAKE_ARGV could be a list variable filled with argc/argv from the main that launched the process. Why not? It wouldn't hurt anything. And