This is a re-post from the boost-users list, Thanks to Troy d.
straszheim who reminded me there that there's a dedicated list here.
I used CMake to build boost 1.39 and found at least two problems:
- In the cmakelist.txt file the BOO
>You are wrong. You can either add:
>
> define=_BIND_TO_CURRENT_VCLIBS_VERSION
>
>to command line or edit Jamroot to set a define for all of Boost.
>
>- Volodya
Thanks, very nice to learn this trick.
___
Boost-cmake mailing list
Boost-cmake@lists.b
>> I used CMake to build boost 1.39 and found at least two problems:
>> - In the cmakelist.txt file the BOOST_VERSION_MINOR is 38, instead
of 39
>>
>A known problem. You can tweak this in the toplevel CMakeLists.txt.
Look for BOOST_VERSION_MINOR.
That's what I did when I first saw it, seems
I reported to CMake a bug concerning Boost, not building Boost itself
but a linking to it. I was then suggested to post here first. Can you
please take a look? I am too new to CMake to figure whose bug it
actually belong.
http://www.cmake.org/Bug/view.php?id=12918
Thanks.
___