View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008874CMakeCMakepublic2009-04-10 18:202016-06-10 14:30
ReporterPhilip Lowman 
Assigned ToBill Hoffman 
PrioritylowSeverityfeatureReproducibilityN/A
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0008874: Allow directories to be removed from the include paths
DescriptionThis 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0041541)
Kitware Robot (administrator)
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.

 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


Copyright © 2000 - 2018 MantisBT Team