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 ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
