MantisBT - CMake
View Issue Details
0013145CMakeCMakepublic2012-04-18 15:012013-01-09 10:56
starseeker 
Peter Kuemmel 
normalminoralways
closedfixed 
 
CMake 2.8.9CMake 2.8.9 
0013145: Ninja leaves files behind when running the "ninja -t clean" target
There are two cases identified so far that result in files generated in the build directory but not removed by ninja -t clean:

Symbolic links denoting library versions, e.g. files resulting from lines like the following:

set_target_properties(libbu PROPERTIES VERSION 19.0.1 SOVERSION 19)

Also remaining are files specified using the ADDITIONAL_MAKE_CLEAN_FILES property - not clear if this ties in with the above issue or needs to be addressed separately.
See CMake emails at:

http://www.cmake.org/pipermail/cmake/2012-April/049772.html [^]
No tags attached.
Issue History
2012-04-18 15:01starseekerNew Issue
2012-04-18 15:11Brad KingAssigned To => Peter Collingbourne
2012-04-18 15:11Brad KingStatusnew => assigned
2012-07-03 09:08Peter KuemmelNote Added: 0029893
2012-07-03 09:08Peter KuemmelStatusassigned => resolved
2012-07-03 09:08Peter KuemmelFixed in Version => CMake 2.8.9
2012-07-03 09:08Peter KuemmelResolutionopen => fixed
2012-07-03 09:08Peter KuemmelAssigned ToPeter Collingbourne => Peter Kuemmel
2012-08-09 19:54David ColeTarget Version => CMake 2.8.9
2013-01-09 10:56Robert MaynardNote Added: 0032039
2013-01-09 10:56Robert MaynardStatusresolved => closed

Notes
(0029893)
Peter Kuemmel   
2012-07-03 09:08   
patch looks good, verified.
(0032039)
Robert Maynard   
2013-01-09 10:56   
Closing resolved issues that have not been updated in more than 4 months.