mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
An effect of the `-isystem` flag is to search the directory after those specified via `-I` flags. Make behavior more consistent on compilers that do not have any `-isystem` flag by explicitly moving system include directories to the end.
8 lines
304 B
ReStructuredText
8 lines
304 B
ReStructuredText
reorder-sys-includes
|
|
--------------------
|
|
|
|
* Include directories marked as ``SYSTEM`` are now moved after non-system
|
|
directories. The ``-isystem`` flag does this automatically, so moving
|
|
them explicitly to the end makes the behavior consistent on compilers
|
|
that do not have any ``-isystem`` flag.
|