View Issue Details [ Jump to Notes ] | [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0006183 | CMake | CMake | public | 2007-12-18 21:12 | 2016-06-10 14:30 |
|
Reporter | Rodolfo Schulz de Lima | |
Assigned To | Bill Hoffman | |
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | moved | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
|
Summary | 0006183: Add commands to be executed during 'make clean' |
Description | When building external projects (not built with cmake), it's cumbersome and error-prone to list in CMAKE_ADDITIONAL_MAKE_CLEAN_FILES all files created in build time. There should be a way to specify a command to be run, for instance, I would execute a 'make clean' in the build directory and the autotools' scripts would take care of this business.
|
Additional Information | I think it's relatively easy to do this, just add commands to CMakeFiles/<project>.dir/cmake_clean.cmake. |
Tags | No tags attached. |
|
Attached Files | |
|