RE: [CMake] [BUG] no "local" install rule anymore :-/

Alexander Neundorf a.neundorf-work at gmx.net
Thu Jun 30 14:31:34 EDT 2005


> --- Ursprüngliche Nachricht ---
> Von: "Alexander Neundorf" <a.neundorf-work at gmx.net>
> An: "Ken Martin" <ken.martin at kitware.com>
> Kopie: cmake at www.cmake.org
> Betreff: RE: [CMake] [BUG] no "local" install rule anymore :-/
> Datum: Thu, 30 Jun 2005 16:16:45 +0200 (MEST)
> 
> > Von: "Ken Martin" <ken.martin at kitware.com> 
> ... 
> > Both have been added, give it a shot and let me know if they work for  
> > you. 
>  
> You rock ! 
> I'll test later today. 

Ok, tested, it works :-)

Is there a target to force a rerun of cmake in the subdirectories ?
make depend only exists in the top level makefile. make rebuild_cache  seems
to do this (but it's a slightly obscure name). 

...more wishes :-)

It would also be nice if cmake would have a feature to generate "recursive"
targets, like install (not really) and "all" work. 
Example ( a CMakeLists.txt in every subdir):
src/
src/foo/
src/foo/native/
src/foo/cross/
src/bar/
src/bar/native/
src/bar/cross/

in the 4 native/ and cross/ directories I have custom targets "make
ecosclean". Now it would be nice if I could have a "make ecosclean" in src/
which would  propagate down through all subdirectories. Is there a way to do
this ?


Alex

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++


More information about the CMake mailing list