mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
`AUTOGEN_USE_SYSTEM_INCLUDE` was added. `AUTOGEN_USE_SYSTEM_INCLUDE` is a boolean property that can be set on a target to indicate that the autogen target include directory should be added as a system include directory or normal include directory to the target.
8 lines
265 B
ReStructuredText
8 lines
265 B
ReStructuredText
autogen-system-include
|
|
----------------------
|
|
|
|
* The :prop_tgt:`AUTOGEN_USE_SYSTEM_INCLUDE` target property and
|
|
corresponding :variable:`CMAKE_AUTOGEN_USE_SYSTEM_INCLUDE` were
|
|
added to explicitly control whether autogen headers are
|
|
considered system headers.
|