[CMake] cmake -E remove xx*, wildcards win32?

Arne Pagel arne at pagelnet.de
Thu Aug 18 01:31:49 EDT 2011


Hello,
I am trying to use cmake for a cross platform project.

I want to delete some files using cmake -E remove file*

This works on an linux system, but on an windows system wildcards are not working,
I just can delete files using their explicit name. In my case the file names are not known, since 
they have a date coded into it.

Any Idea?

regards
    Arne


More information about the CMake mailing list