|
Boost Interest : |
Subject: Re: [Boost-cmake] Headers erased after the first building in VC8 of boost 1.38
From: troy d. straszheim (troy_at_[hidden])
Date: 2009-03-03 10:09:46
Trimoldi, F. (Filippo) wrote:
> I generated a Boost.sln solution for VC8 with the new system CMake.
>
> (
>
> using this command: cmake -DCMAKE_IS_EXPERIMENTAL=YES_I_KNOW CMakeLists.txt
>
> in root directory of the boost
>
> )
>
> When I try to build the entire solution all thinks goes good without
> problem. But only the first time.
>
> In fact, at the end of this first building all the headers are erased
> from the boost the directory. So I cannot make another building and I
> have to recover the headers file by other ways.
>
I'm not sure what target you are building... the 'install' target
requires 'modularize' and this is a one-way process, the headers will be
modularized such that rebuilds aren't possible. The default target
doesn't rearrange any headers, and rebuilds work fine.
-t