MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013678 | CMake | CMake | public | 2012-11-12 05:10 | 2013-04-17 08:54 |
| Reporter | Micha Renner | ||||
| Assigned To | David Cole | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | All | OS | OS Version | ||
| Product Version | |||||
| Target Version | CMake 2.8.11 | Fixed in Version | CMake 2.8.11 | ||
| Summary | 0013678: The target property INCLUDE_DIRECTORIES overwrites the include_directories command values. | ||||
| Description | A better way would have been that the values of the include_directories command would appended to the values of the target property INCLUDE_DIRECTORIES, as it is with the COMPILE_DEFINITIONS property and the ADD_DEFINITION command. # Example INCLUDE_DIRECTORIES(general_include_directories) # Projet A ... # Overwrites INCLUDE_DIRECTORIES command SET_TARGET_PROPERTIES(ProA PROPERTIES INCLUDE_DIRECTORIES ${ProjAIncludeDirs}) ... # Projet B ... SET_TARGET_PROPERTIES(ProB PROPERTIES INCLUDE_DIRECTORIES ${ProjBIncludeDirs}) ... | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2012-11-12 05:10 | Micha Renner | New Issue | |||
| 2012-11-12 11:07 | David Cole | Note Added: 0031528 | |||
| 2012-11-12 11:07 | David Cole | Assigned To | => David Cole | ||
| 2012-11-12 11:07 | David Cole | Status | new => assigned | ||
| 2012-11-12 11:07 | David Cole | Note Added: 0031529 | |||
| 2012-11-12 11:07 | David Cole | Status | assigned => resolved | ||
| 2012-11-12 11:07 | David Cole | Fixed in Version | => CMake 2.8.11 | ||
| 2012-11-12 11:07 | David Cole | Resolution | open => no change required | ||
| 2012-11-12 11:08 | David Cole | Target Version | => CMake 2.8.11 | ||
| 2013-04-17 08:54 | Robert Maynard | Note Added: 0032866 | |||
| 2013-04-17 08:54 | Robert Maynard | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||