[CMake] ADDITIONAL_MAKE_CLEAN_FILES --> FILE(REMOVE ..)

Jan Woetzel jw at woetzelweb.de
Wed Aug 23 16:38:34 EDT 2006


Stephen Adler wrote:

> Thanks for the help, but I'm still having problems. Here are some 
> commands that I executed. Maybe you can see what I did wrong.... 

Steve, you are right.
The make clean finally ends ends in a call to cmake -P ...   ->

FILE(REMOVE
"core"
"core*"
"*~"
....
)

which does not use the wildcards.
I think ADDITIONAL_MAKE_CLEAN_FILES worked here when I converted to 
CMake - long ago.

(1) Can anyone confirm this is a bug to be filed as bug report ?

Jan.

-- 

  Dipl.-Ing. Jan Woetzel
--------------------------------------------------
  Uni Kiel
  Institut f. Informatik und Praktische Mathematik
  Hermann-Rodewaldstr. 3  [Raum 310]
  24098 Kiel/Germany
--------------------------------------------------
  Tel    +49-431-880-4477
  Fax    +49-431-880-4845
  Privat +49-431-802872
  Mob.   +49-179-2937346
--------------------------------------------------
  Url    www.mip.informatik.uni-kiel.de/~jw
  Email  jw at mip.informatik.uni-kiel.de
  Privat jw at WoetzelWeb.de



More information about the CMake mailing list