summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2017-02-27 11:00:43 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-02 14:37:39 (GMT)
commit6b6191d8754fd6a805a83c2a10f521aa92e26175 (patch)
treef4e154287af836df1266f8d58f242d0ca4d0c566 /Help/prop_tgt
parentc1fb7213edaf512774eb74adb0a89b4984f88904 (diff)
downloadCMake-6b6191d8754fd6a805a83c2a10f521aa92e26175.zip
CMake-6b6191d8754fd6a805a83c2a10f521aa92e26175.tar.gz
CMake-6b6191d8754fd6a805a83c2a10f521aa92e26175.tar.bz2
Add variable 'CMAKE_INTERPROCEDURAL_OPTIMIZATION'
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
index effa3b0..3f68c31 100644
--- a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
+++ b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
@@ -5,3 +5,7 @@ Enable interprocedural optimization for a target.
If set to true, enables interprocedural optimizations if they are
known to be supported by the compiler.
+
+This property is initialized by the
+:variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION` variable if it is set when a
+target is created.