Re: [cmake-developers] review request: fix-protobuf-threads

2013-05-24 Thread Matthew Woehlke
On 2013-05-24 15:56, Robert Maynard wrote: Did you verify that you have ssh access to g...@cmake.org? It was getting as far as dumping usage for 'stage' (elided in the previous message), so yes. Thanks to Brad King's help, it was determined to be a problem with my access credentials that ha

Re: [cmake-developers] review request: fix-protobuf-threads

2013-05-24 Thread Brad King
On 05/24/2013 03:56 PM, Robert Maynard wrote: > Did you verify that you have ssh access to g...@cmake.org? He does, that error message comes from a script running after ssh auth finishes. There was a typo in his credentials recorded on the server that confused the script. It works now. -Brad --

Re: [cmake-developers] review request: fix-protobuf-threads

2013-05-24 Thread Robert Maynard
Did you verify that you have ssh access to g...@cmake.org? On Fri, May 24, 2013 at 3:49 PM, Matthew Woehlke wrote: > On 2013-05-21 15:54, Brad King wrote: >> >> On 05/08/2013 05:09 PM, Matthew Woehlke wrote: >>> >>> After chatting with Marcus how to resolve ParaView link errors due to >>> things

Re: [cmake-developers] review request: fix-protobuf-threads

2013-05-24 Thread Matthew Woehlke
On 2013-05-21 15:54, Brad King wrote: On 05/08/2013 05:09 PM, Matthew Woehlke wrote: After chatting with Marcus how to resolve ParaView link errors due to things using Google Protobuf needing to link to pthread, I have updated FindProtobuf.cmake to also find the pthread library on UNIX platforms

Re: [cmake-developers] review request: fix-protobuf-threads

2013-05-21 Thread Brad King
On 05/08/2013 05:09 PM, Matthew Woehlke wrote: > After chatting with Marcus how to resolve ParaView link errors due to > things using Google Protobuf needing to link to pthread, I have updated > FindProtobuf.cmake to also find the pthread library on UNIX platforms > and include it in PROTOBUF_LI

[cmake-developers] review request: fix-protobuf-threads

2013-05-08 Thread Matthew Woehlke
After chatting with Marcus how to resolve ParaView link errors due to things using Google Protobuf needing to link to pthread, I have updated FindProtobuf.cmake to also find the pthread library on UNIX platforms and include it in PROTOBUF_LIBRARIES. This should fix link errors in a number of p