|
Boost Interest : |
From: troy d. straszheim (troy_at_[hidden])
Date: 2008-05-26 15:04:09
Doug Gregor wrote:
> On Mon, May 26, 2008 at 12:33 PM, troy d. straszheim
> <troy_at_[hidden]> wrote:
>> Larry Evans wrote:
>>> <--- cut here ---
>>> CMake Error: INSTALL(EXPORT) given unknown export "boost-targets"
>>> >--- cut here ---
>>> What should I do?
>
> We could probably disable the exported targets for now; I expect that
> we'll handle them very differently in the future, with per-library
> export targets that support a more modular use of Boost.
Disabled. I'm going to call this one a cmake bug. I'm segfaulting here, will report
to kitware shortly. Fix is to comment out that EXPORT stuff (which had a
gratuitous 'if' around it anyhow), see the commit:
http://svn.boost.org/trac/boost/changeset/45782
Larry, could you give that a try?
-t