summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2019-05-16 23:00:19 +0300
committerRuslan Baratov <ruslan_baratov@yahoo.com>2019-05-17 20:46:00 +0300
commita59662bb5ba571907baf9d6d6ed4ea9dd025e706 (patch)
tree4de5fda4757d9e02ec4331a18a3e25e8ed6a8db6 /Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
parent64a7f491ef8ab6f70a77f89c91d1e7e9d549333e (diff)
downloadcmake-a59662bb5ba571907baf9d6d6ed4ea9dd025e706.tar.gz
Help: Add CheckIPOSupported link to INTERPROCEDURAL_OPTIMIZATION
Diffstat (limited to 'Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst')
-rw-r--r--Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
index 3f68c3128a..d3a5e94147 100644
--- a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
+++ b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
@@ -4,7 +4,9 @@ INTERPROCEDURAL_OPTIMIZATION
Enable interprocedural optimization for a target.
If set to true, enables interprocedural optimizations if they are
-known to be supported by the compiler.
+known :module:`to be supported <CheckIPOSupported>` by the compiler. Depending
+on value of policy :policy:`CMP0069`, the error will be reported or ignored,
+if interprocedural optimization is enabled but not supported.
This property is initialized by the
:variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION` variable if it is set when a