Boost logo

Boost Interest :

Subject: Re: [Boost-cmake] [CMake] cmake and boost
From: Isidor Zeuner (boost_at_[hidden])
Date: 2010-07-16 04:26:36


Hello Frederic,

>
> So after many tries, I found the cmake file where to correct things :
> boost-1.41.0.cmake0\tools\build\CMake\BoostConfig.cmake
> where we have to add :
>
> elseif(MSVC10)
> set(BOOST_TOOLSET "vc100")
> set(BOOST_COMPILER "msvc")
> set(BOOST_COMPILER_VERSION "10.0")
>

As Denis pointed out, the official boost-cmake tree is currently
unmaintained. Could you by any chance check if your fix also applies
to the more up-to-date source tree I have put up in the meantime: [1]?
I am regularly build-testing it, but I currently only have a GNU
toolchain around for that, so I'd be glad to include your fix if
it helps building on more platforms.

Best regards,

Isidor

[1] http://gitorious.org/~zeuner/boost/zeuners-boost-cmake


Boost-cmake list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk