Yes, in fact in the default configuration of my solution, both "INSTALL"
and "modularize" projects aren't checked for their building, but a the
end of my first building all my headers are erased... what I'm making a
mistake in?

-----Original Message-----
From: boost-cmake-boun...@lists.boost.org
[mailto:boost-cmake-boun...@lists.boost.org] On Behalf Of troy d.
straszheim
Sent: dinsdag 3 maart 2009 16:10
To: Discussion of the CMake-based build system for Boost
Subject: Re: [Boost-cmake] Headers erased after the first building in
VC8 of boost 1.38

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
This e-mail and its contents are subject to the DISCLAIMER at 
http://www.tno.nl/disclaimer/email.html

_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to