Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Help / prop_tgt / EXPORT_NO_SYSTEM.rst
1 EXPORT_NO_SYSTEM
2 ----------------
3
4 .. versionadded:: 3.25
5
6 Specifies that :command:`install(EXPORT)` and :command:`export` commands will
7 generate an imported target with :prop_tgt:`SYSTEM` property `OFF`.
8
9 See the :prop_tgt:`NO_SYSTEM_FROM_IMPORTED` target property to set this
10 behavior on the target *consuming* the include directories rather than the
11 one *providing* them.