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
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
--
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
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
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
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