Skip to content
  • Brad King's avatar
    Refactor exclusion of -I/usr/include to avoid per-language values · 15ad8300
    Brad King authored
    Add a `CMAKE_PLATFORM_IMPLICIT_INCLUDE_DIRECTORIES` to contain the
    hard-coded list of paths to be excluded from `-I` arguments so that the
    values remain excluded even if the per-language
    `CMAKE_<LANG>_IMPLICIT_INCLUDE_DIRECTORIES` variants change.
    
    This is needed to preserve our historical exclusion of `-I/usr/include`
    even when it is not a real implicit include directory.  A policy may be
    needed to remove it later.
    15ad8300