View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0015114 | CMake | CMake | public | 2014-08-28 04:35 | 2016-06-10 14:31 | ||||
Reporter | raspy | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0015114: Add possibility to clean only specific target | ||||||||
Description | It would be good if CMake could generate targets on a top level for cleaning specific targets. So if we have a library called 'foo' and an executable called 'bar', we could call something like 'make foo/clean' which would only invoke cleaning procedure for target 'foo', but leave 'bar' untouched. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0036688) Ben Boeckel (developer) 2014-08-28 12:22 |
FWIW, this is already possible with the Ninja generator: `ninja -t clean [target...]`, but that is Ninja's feature, not CMake's doing. |
(0042615) Kitware Robot (administrator) 2016-06-10 14:29 |
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 |
2014-08-28 04:35 | raspy | New Issue | |
2014-08-28 12:22 | Ben Boeckel | Note Added: 0036688 | |
2016-06-10 14:29 | Kitware Robot | Note Added: 0042615 | |
2016-06-10 14:29 | Kitware Robot | Status | new => resolved |
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |