[cmake-developers] [CMake 0013145]: Ninja leaves files behind when running the "ninja -t clean" target
Mantis Bug Tracker
mantis at public.kitware.com
Wed Apr 18 15:01:45 EDT 2012
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=13145
======================================================================
Reported By: starseeker
Assigned To:
======================================================================
Project: CMake
Issue ID: 13145
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-04-18 15:01 EDT
Last Modified: 2012-04-18 15:01 EDT
======================================================================
Summary: Ninja leaves files behind when running the "ninja -t
clean" target
Description:
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.
Additional Information:
See CMake emails at:
http://www.cmake.org/pipermail/cmake/2012-April/049772.html
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-04-18 15:01 starseeker New Issue
======================================================================
More information about the cmake-developers
mailing list