diff options
author | Brad King <brad.king@kitware.com> | 2009-02-25 11:44:46 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-02-25 11:44:46 -0500 |
commit | cb788e8f6dfeeb5a934679f671adc87116837834 (patch) | |
tree | ed5632df00a4633e58b95538345cac730db49f1b /Source/CTest/cmCTestSVN.cxx | |
parent | 261600bd090d1946c7c4fed80660b2ace216ddf8 (diff) | |
download | cmake-cb788e8f6dfeeb5a934679f671adc87116837834.tar.gz |
ENH: Re-enable system include dir suppression
This creates variable CMAKE_<LANG>_IMPLICIT_INCLUDE_DIRECTORIES to
specify implicit include directories on a per-language basis. This
replaces the previous platform-wide variable. It is necessary to
avoid explicit specification of -I/usr/include on some compilers
(such as HP aCC) because:
1.) It may break ordering among system include directories defined
internally by the compiler, thus getting wrong system headers.
2.) It tells the compiler to treat the system include directory
as a user include directory, enabling warnings in the headers.
See issue #8598.
Diffstat (limited to 'Source/CTest/cmCTestSVN.cxx')
0 files changed, 0 insertions, 0 deletions