CMake/Tests/IncludeDirectories/SystemIncludeDirectories
Gregor Jasny 93ac2a78d5 Xcode: Obey SYSTEM keyword for includes (#15687)
CMake used to put all header search paths into HEADER_SEARCH_PATHS
attribute. Unfortunately this attribute does not support to declare
a search path as a system include.

As a hack one could add a -isystem /path to the cflags but then include
ordering is not deterministic. A better approach was chosen with this
patch by not filling HEADER_SEARCH_PATHS at all and to populate
the C, C++, and Fortran flags directly. The include paths used by
Xcode should be now identical to the ones used by Unix Makefiles and
Ninja generator.
2016-08-09 20:30:07 +02:00
..
config_specific Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
systemlib Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
systemlib_header_only Add a test for SYSTEM headers in INTERFACE libraries. 2013-10-10 00:33:33 +02:00
CMakeLists.txt Xcode: Obey SYSTEM keyword for includes (#15687) 2016-08-09 20:30:07 +02:00
consumer.cpp IncludeDirectories: Respect SYSTEM flag when using CONFIG genex. 2015-01-23 00:08:18 +01:00
imported_consumer.cpp Add a test for SYSTEM headers in INTERFACE libraries. 2013-10-10 00:33:33 +02:00
systemlib.cpp Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
upstream.cpp Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
upstream.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00