summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorOrkun Tokdemir <ilhanorkuntokdemir@gmail.com>2023-04-27 09:28:30 (GMT)
committerBrad King <brad.king@kitware.com>2023-05-03 13:03:46 (GMT)
commit7bf4e3009000b0ab576f364abc779e9a1599af08 (patch)
treebcdca570fc94f317746a03adf9b54237df1ce9fd /Help/prop_tgt
parent033dc7ee2f02b0ebdfd1bc4edbcb24d1fc8c4152 (diff)
downloadCMake-7bf4e3009000b0ab576f364abc779e9a1599af08.zip
CMake-7bf4e3009000b0ab576f364abc779e9a1599af08.tar.gz
CMake-7bf4e3009000b0ab576f364abc779e9a1599af08.tar.bz2
Autogen: Default AUTOGEN_USE_SYSTEM_INCLUDE to ON if it is not set
Add policy CMP0151 to preserve the old behavior by default.
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst b/Help/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst
index fd21070..84212c8 100644
--- a/Help/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst
+++ b/Help/prop_tgt/AUTOGEN_USE_SYSTEM_INCLUDE.rst
@@ -6,6 +6,9 @@ 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.
+If this property is not set, the autogen target include directory is added
+as a system include directory by default. See policy :policy:`CMP0151`.
+
See the :manual:`cmake-qt(7)` manual for more information on using CMake
with Qt.