NO_SYSTEM_FROM_IMPORTED.rst 492 B

1234567891011
  1. NO_SYSTEM_FROM_IMPORTED
  2. -----------------------
  3. Do not treat includes from IMPORTED target interfaces as SYSTEM.
  4. The contents of the INTERFACE_INCLUDE_DIRECTORIES of IMPORTED targets
  5. are treated as SYSTEM includes by default. If this property is
  6. enabled, the contents of the INTERFACE_INCLUDE_DIRECTORIES of IMPORTED
  7. targets are not treated as system includes. This property is
  8. initialized by the value of the variable CMAKE_NO_SYSTEM_FROM_IMPORTED
  9. if it is set when a target is created.