Re: [CMake] help with FindBoost.cmake

2007-03-31 Thread kdsfinger
On 3/31/07, Tristan Carel <[EMAIL PROTECTED]> wrote: On 3/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 3/31/07, Filipe Sousa <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] wrote: > > > hi, > > > I am using cmake and some library of boost on a linux box. When I use > > > the boost::s

Re: [CMake] help with FindBoost.cmake

2007-03-31 Thread Tristan Carel
On 3/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On 3/31/07, Filipe Sousa <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > hi, > > I am using cmake and some library of boost on a linux box. When I use > > the boost::shared_ptr, everything is fine. But when I try to > > #include

Re: [CMake] help with FindBoost.cmake

2007-03-31 Thread kdsfinger
On 3/31/07, Filipe Sousa <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: > hi, > I am using cmake and some library of boost on a linux box. When I use > the boost::shared_ptr, everything is fine. But when I try to > #include > #include , > the cmake generates lots of "undefined reference to

Re: [CMake] help with FindBoost.cmake

2007-03-31 Thread Filipe Sousa
[EMAIL PROTECTED] wrote: > hi, > I am using cmake and some library of boost on a linux box. When I use > the boost::shared_ptr, everything is fine. But when I try to > #include > #include , > the cmake generates lots of "undefined reference to > 'boost::filesystem::...' errors. Is there something

[CMake] help with FindBoost.cmake

2007-03-30 Thread kdsfinger
hi, I am using cmake and some library of boost on a linux box. When I use the boost::shared_ptr, everything is fine. But when I try to #include #include , the cmake generates lots of "undefined reference to 'boost::filesystem::...' errors. Is there something wrong with the FindBoost.cmake? Why I