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 w

[CMake] FindOpenGL help

2007-10-28 Thread pingu
I tried asking this question earlier, but it seems like I magically got unsubscribed from the mailing list. I really have no clue what I'm doing with CMake and I need to get openGL linked to my project. I messed around with FindOpenGL earlier and I just couldn't get it to work. A little bit of code

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 w

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 ex

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

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

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