|
Boost Interest : |
Subject: Re: [Boost-cmake] Creating "Known Issues": CMake Problems with boost 1.39
From: Doug Gregor (doug.gregor_at_[hidden])
Date: 2009-05-14 21:33:50
On Wed, May 13, 2009 at 6:51 AM, Daniel James <daniel_james_at_[hidden]> wrote:
> 2009/5/13 troy d. straszheim <troy_at_[hidden]>:
>> Tan, Tom (Shanghai) wrote:
>>>
>>> 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.
>
> I've added CMakeLists.txt to the release manager checklist so this
> should be updated by a release manager for future releases:
>
> https://svn.boost.org/trac/boost/wiki/ReleasePractices/ManagerCheckList
... and now I've removed it from the release manager checklist. CMake
will parse boost/version.hpp to determine the Boost version.
- Doug