diff options
author | Brad King <brad.king@kitware.com> | 2019-02-13 14:45:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-13 14:52:19 (GMT) |
commit | 017598a4443c19185dc245f3f0fcfceff9b98463 (patch) | |
tree | 2459628a1fa72583e350741fef6bfa3e4fc68709 /Modules/Platform/UnixPaths.cmake | |
parent | 6f23321d405930241fa431cfda7650f2993f0c19 (diff) | |
download | CMake-017598a4443c19185dc245f3f0fcfceff9b98463.zip CMake-017598a4443c19185dc245f3f0fcfceff9b98463.tar.gz CMake-017598a4443c19185dc245f3f0fcfceff9b98463.tar.bz2 |
macOS: Fix addition of <sdk>/usr/include to default implicit include dirs
In commit 1293ed8507 (ParseImplicitIncludeInfo: keep implicit incl.
consistent when rerunning cmake, 2019-01-30, v3.14.0-rc1~26^2) the
`Platform/UnixPaths` module was updated to add `/usr/include` to
`CMAKE_{C,CXX,CUDA}_IMPLICIT_INCLUDE_DIRECTORIES` through an
initialization variable used by `CMakeDetermineCompilerABI` instead of
directly. This approach makes it only a default that can be overridden
by detection of the implicit include directories really used by the
compiler.
The addition of `<sdk>/usr/include` to default implicit include
directories by the `Platform/Darwin` module needs the same update but
was accidentally left out of the original commit.
Diffstat (limited to 'Modules/Platform/UnixPaths.cmake')
0 files changed, 0 insertions, 0 deletions