Re: [CMake] Contribute two new find package implementation.

2011-10-10 Thread Mathias Fröhlich
Hi, On Friday 07 October 2011, Eric Noulard wrote: Ok I understand. I'll get in touch with Petr to see if he has time to update its contribution if he has not I may offer to take over. Ok, So I am around and can respond to questions more or less timely but I am not monitoring the mailing

Re: [CMake] Contribute two new find package implementation.

2011-10-10 Thread Mathias Fröhlich
Hi, On Monday 10 October 2011, Michael Hertling wrote: AFAICS from Mathias' FindRTI1516{,E}.cmake modules, the libraries have different names, but their respective header files are named the same: FIND_LIBRARY(RTI1516_LIBRARY NAMES rti1516 RTI1516 ...) FIND_LIBRARY(RTI1516E_LIBRARY NAMES

Re: [CMake] Contribute two new find package implementation.

2011-10-09 Thread Michael Hertling
On 10/07/2011 07:06 PM, Eric Noulard wrote: 2011/10/7 Mathias Fröhlich m.froehl...@science-computing.de: On Friday 07 October 2011, Eric Noulard wrote: Concerning 1516 and 1516e specific module may be it would be interesting to only have one module FindRTI.cmake . Sure this is there and

Re: [CMake] Contribute two new find package implementation.

2011-10-09 Thread Alexander Neundorf
On Friday 07 October 2011, Mathias Fröhlich wrote: Hi, I have done and would like to contribute two new find package implementations. These are both IEEE standardized successors rti1516 and rti1516e of the RTI libraries where cmake already has the predecessor library find package

Re: [CMake] Contribute two new find package implementation.

2011-10-09 Thread Eric Noulard
2011/10/9 Alexander Neundorf a.neundorf-w...@gmx.net: On Friday 07 October 2011, Mathias Fröhlich wrote: Hi, I have done and would like to contribute two new find package implementations. These are both IEEE standardized successors rti1516 and rti1516e of the RTI libraries  where cmake

[CMake] Contribute two new find package implementation.

2011-10-09 Thread Eric Noulard
Argh... forgot the list -- Forwarded message -- From: Eric Noulard eric.noul...@gmail.com Date: 2011/10/9 Subject: Re: [CMake] Contribute two new find package implementation. To: Michael Hertling mhertl...@online.de 2011/10/9 Michael Hertling mhertl...@online.de: On 10/07/2011

Re: [CMake] Contribute two new find package implementation.

2011-10-09 Thread Michael Hertling
On 10/09/2011 06:54 PM, Eric Noulard wrote: Argh... forgot the list -- Forwarded message -- From: Eric Noulard eric.noul...@gmail.com Date: 2011/10/9 Subject: Re: [CMake] Contribute two new find package implementation. To: Michael Hertling mhertl...@online.de 2011/10

[CMake] Contribute two new find package implementation.

2011-10-07 Thread Mathias Fröhlich
Hi, I have done and would like to contribute two new find package implementations. These are both IEEE standardized successors rti1516 and rti1516e of the RTI libraries where cmake already has the predecessor library find package implementation with FindRTI.cmake. Attached are the initial

Re: [CMake] Contribute two new find package implementation.

2011-10-07 Thread Eric Noulard
2011/10/7 Mathias Fröhlich m.froehl...@science-computing.de: Hi, I have done and would like to contribute two new find package implementations. These are both IEEE standardized successors rti1516 and rti1516e of the RTI libraries  where cmake already has the predecessor library find package

Re: [CMake] Contribute two new find package implementation.

2011-10-07 Thread Eric Noulard
2011/10/7 Mathias Fröhlich m.froehl...@science-computing.de: Hi, On Friday 07 October 2011, Eric Noulard wrote: Nice to ear from you on CMake ML. Module contribution process is described here: http://www.cmake.org/Wiki/CMake:Module_Maintainers Puh, ok. My problem is that I cannot take