View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015114CMakeCMakepublic2014-08-28 04:352016-06-10 14:31
Reporterraspy 
Assigned ToKitware Robot 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015114: Add possibility to clean only specific target
DescriptionIt 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.
TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team