Re: [CMake] Updated FindThreads.cmake in tracker

2009-09-23 Thread Marcel Loose
On Tue, 2009-09-22 at 09:04 -0400, S Roderick wrote: > On Sep 22, 2009, at 06:25 , Marcel Loose wrote: > > > On Mon, 2009-09-21 at 23:25 -0400, Philip Lowman wrote: > >> On Mon, Sep 21, 2009 at 6:07 AM, Marcel Loose > >> wrote: > >> > >>On Sun, 2009-09-20 at 19:32 -0400, Philip Lowman w

Re: [CMake] Updated FindThreads.cmake in tracker

2009-09-22 Thread Marcel Loose
On Mon, 2009-09-21 at 23:25 -0400, Philip Lowman wrote: > On Mon, Sep 21, 2009 at 6:07 AM, Marcel Loose wrote: > > On Sun, 2009-09-20 at 19:32 -0400, Philip Lowman wrote: > > On Sun, Sep 20, 2009 at 3:02 PM, Hendrik Sattler > > > > I'm hesitant to rewrite a

Re: [CMake] Updated FindThreads.cmake in tracker

2009-09-22 Thread Hendrik Sattler
Zitat von Philip Lowman : So the gist of it is, if your only Unix compiler is gcc and if you add "-pthread" to your CMAKE_C_FLAGS/CMAKE_CXX_FLAGS you really have no need for FindThreads at all, as far as I can tell. But cmake is not only about gcc. Additionally, gcc > 3.0 is mentioned, gcc-2.

Re: [CMake] Updated FindThreads.cmake in tracker

2009-09-21 Thread Philip Lowman
On Mon, Sep 21, 2009 at 6:07 AM, Marcel Loose wrote: > On Sun, 2009-09-20 at 19:32 -0400, Philip Lowman wrote: > > On Sun, Sep 20, 2009 at 3:02 PM, Hendrik Sattler > > > > I'm hesitant to rewrite anything that works, especially if it works on > > platforms I don't have access too. :) > > > > Incl

Re: [CMake] Updated FindThreads.cmake in tracker

2009-09-21 Thread Marcel Loose
On Sun, 2009-09-20 at 19:32 -0400, Philip Lowman wrote: > On Sun, Sep 20, 2009 at 3:02 PM, Hendrik Sattler > wrote: > Am Sonntag 20 September 2009 17:16:19 schrieb Philip Lowman: > > > Hello, > > > > I've merged (optional) Pthreads-win32 support into a >

Re: [CMake] Updated FindThreads.cmake in tracker

2009-09-20 Thread Philip Lowman
On Sun, Sep 20, 2009 at 3:02 PM, Hendrik Sattler wrote: > Am Sonntag 20 September 2009 17:16:19 schrieb Philip Lowman: > > Hello, > > > > I've merged (optional) Pthreads-win32 support into a FindThreads.cmake > > attached in the tracker and added some documentation on how to use it. > > Since Find

Re: [CMake] Updated FindThreads.cmake in tracker

2009-09-20 Thread Hendrik Sattler
Am Sonntag 20 September 2009 17:16:19 schrieb Philip Lowman: > Hello, > > I've merged (optional) Pthreads-win32 support into a FindThreads.cmake > attached in the tracker and added some documentation on how to use it. > Since FindThreads isn't my module I wanted to throw this up on the mailing > l

[CMake] Updated FindThreads.cmake in tracker

2009-09-20 Thread Philip Lowman
Hello, I've merged (optional) Pthreads-win32 support into a FindThreads.cmake attached in the tracker and added some documentation on how to use it. Since FindThreads isn't my module I wanted to throw this up on the mailing list for feedback. http://www.cmake.org/Bug/view.php?id=6399 Also, in r