MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0008642 | CMake | CMake | public | 2009-02-27 15:48 | 2009-03-27 12:26 | |||||
Reporter | Clinton Stimpson | |||||||||
Assigned To | Bill Hoffman | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | won't fix | |||||||
Platform | OS | OS Version | ||||||||
Product Version | ||||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0008642: recompile of all files when adding one | |||||||||
Description | if one has set(SRCS file1.c file2.c ...) set_source_files_properties(${SRCS} PROPERTIES COMPILE_FLAGS -DUMMY) add_library(test ${SRCS}) anytime I add a new file to the SRCS list, it recompiles all of them. It only does this when I have the set_source_files_properties(). this is with the unix makefile generator. I'd rather it only compile the one new file. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2009-02-27 15:48 | Clinton Stimpson | New Issue | ||||||||
2009-02-27 16:18 | Bill Hoffman | Note Added: 0015464 | ||||||||
2009-02-27 16:18 | Bill Hoffman | Status | new => assigned | |||||||
2009-02-27 16:18 | Bill Hoffman | Assigned To | => Bill Hoffman | |||||||
2009-03-27 12:25 | Bill Hoffman | Relationship added | has duplicate 0008787 | |||||||
2009-03-27 12:26 | Bill Hoffman | Status | assigned => closed | |||||||
2009-03-27 12:26 | Bill Hoffman | Resolution | open => won't fix |
Notes | |||||
|
|||||
|
|