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