MantisBT - CMake
View Issue Details
0008874CMakeCMakepublic2009-04-10 18:202016-06-10 14:30
Philip Lowman 
Bill Hoffman 
lowfeatureN/A
closedmoved 
 
 
0008874: Allow directories to be removed from the include paths
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.
No tags attached.
Issue History
2009-04-10 18:20Philip LowmanNew Issue
2009-09-14 14:14Bill HoffmanStatusnew => assigned
2009-09-14 14:14Bill HoffmanAssigned To => Bill Hoffman
2016-06-10 14:27Kitware RobotNote Added: 0041541
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0041541)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.