MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008874 | CMake | CMake | public | 2009-04-10 18:20 | 2016-06-10 14:30 |
| Reporter | Philip Lowman | ||||
| Assigned To | Bill Hoffman | ||||
| Priority | low | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0008874: Allow directories to be removed from the include paths | ||||
| Description | This is a feature request to modify the INCLUDE_DIRECTORIES directory property to make it writable so that users may remove include paths from subdirectories if they so choose. # example: in src/tests/CMakeLists.txt: get_directory_property(dirs INCLUDE_DIRECTORIES) list(REMOVE_ITEM dirs ${PROJECT_SOURCE_DIR}/include/private) set_directory_properties(PROPERTIES INCLUDE_DIRECTORIES ${dirs}) Obviously people can probably work around this limitation now by restructuring their source trees but this isn't always desirable. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-04-10 18:20 | Philip Lowman | New Issue | |||
| 2009-09-14 14:14 | Bill Hoffman | Status | new => assigned | ||
| 2009-09-14 14:14 | Bill Hoffman | Assigned To | => Bill Hoffman | ||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041541 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||