[CMake] Can't use Boost ??

Matthieu Brucher matthieu.brucher at gmail.com
Tue Oct 17 11:22:42 EDT 2006


OK, now, the only problem, partially adressed by Andreas, is the library
suffix... On Debian it is gcc-1_33-whatever and on FC5, there is none...
perhaps a test can do it, but it would depend on the current version of
Boost, the compiler, ...

On 10/17/06, Brad King <brad.king at kitware.com> wrote:
>
> You need to call
>
> FIND_PACKAGE(Boost)
>
> not
>
> FIND_PACKAGE(BOOST)
>
> Package names are case sensitive.
>
> -Brad
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20061017/67b07e16/attachment.htm


More information about the CMake mailing list