View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0010424 | CMake | CMake | public | 2010-03-16 14:02 | 2016-06-10 14:31 | ||||
Reporter | Daniel Richard G. | ||||||||
Assigned To | Bill Hoffman | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake-2-8 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0010424: Need more control over "make clean" files | ||||||||
Description | I know about the ADDITIONAL_MAKE_CLEAN_FILES directory property, but this is lacking in at least two respects: 1. Wildcard patterns cannot be specified. Specifying e.g. "*.tmp" causes cmake_clean.cmake to attempt to delete a file named "*.tmp". 2. Filenames with spaces cannot be specified. "foo bar" deletes two files named "foo" and "bar". The set_directory_properties() call is very limiting in that everything has to go in a single argument; you can't give a list, as that runs afoul of the "propN valueN" argument convention. Even s_d_p(A_M_C_F ${list_of_files}) doesn't work. I would like to see a new call ("clean()"?) that allows specifying a list of filenames/directories with or without wildcards---a counterpart to the CLEANFILES variable in Automake. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0041669) Kitware Robot (administrator) 2016-06-10 14:27 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2010-03-16 14:02 | Daniel Richard G. | New Issue | |
2011-01-17 15:40 | David Cole | Assigned To | => Bill Hoffman |
2011-01-17 15:40 | David Cole | Status | new => assigned |
2016-06-10 14:27 | Kitware Robot | Note Added: 0041669 | |
2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved |
2016-06-10 14:27 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |