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 mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to