diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-05-16 20:00:19 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-05-17 17:46:00 (GMT) |
commit | a59662bb5ba571907baf9d6d6ed4ea9dd025e706 (patch) | |
tree | 4de5fda4757d9e02ec4331a18a3e25e8ed6a8db6 /Help | |
parent | 64a7f491ef8ab6f70a77f89c91d1e7e9d549333e (diff) | |
download | CMake-a59662bb5ba571907baf9d6d6ed4ea9dd025e706.zip CMake-a59662bb5ba571907baf9d6d6ed4ea9dd025e706.tar.gz CMake-a59662bb5ba571907baf9d6d6ed4ea9dd025e706.tar.bz2 |
Help: Add CheckIPOSupported link to INTERPROCEDURAL_OPTIMIZATION
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst index 3f68c31..d3a5e94 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 |