diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-08-10 19:28:40 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2012-08-16 21:02:10 (GMT) |
commit | d97b38529efb22579216c406c104c49ea89ba617 (patch) | |
tree | 16c657ff3e98e4e86b6bd301a863b3bead7e899c /Source/cmExtraEclipseCDT4Generator.cxx | |
parent | c4306dc8057c45bc5edfd18465f85790800124cd (diff) | |
download | CMake-d97b38529efb22579216c406c104c49ea89ba617.zip CMake-d97b38529efb22579216c406c104c49ea89ba617.tar.gz CMake-d97b38529efb22579216c406c104c49ea89ba617.tar.bz2 |
Eclipse on OSX: fix handling of framework include dirs (#13464)
On OSX, the output from gcc looks like this:
/usr/include/c++/4.2.1
/usr/include/c++/4.2.1/i686-apple-darwin10/x86_64
/usr/include/c++/4.2.1/backward
/usr/lib/gcc/i686-apple-darwin10/4.2.1/include
/usr/include
/System/Library/Frameworks (framework directory)
/Library/Frameworks (framework directory)
End of search list.
The "(framework directory)" part needs to be removed so that Eclipse handles it properly
Alex
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.cxx')
0 files changed, 0 insertions, 0 deletions