diff options
author | Brad King <brad.king@kitware.com> | 2019-05-21 13:39:52 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-05-21 13:40:03 (GMT) |
commit | 389f795d2e68d287fcbba0d5e0e4678f3d90fe4c (patch) | |
tree | bf2d0b8ba2742b29eda1e8fac4f65cd7285c421d /Help | |
parent | 1db0edb2a65b272a7c91e719e818da2e2ce49fb5 (diff) | |
parent | a59662bb5ba571907baf9d6d6ed4ea9dd025e706 (diff) | |
download | CMake-389f795d2e68d287fcbba0d5e0e4678f3d90fe4c.zip CMake-389f795d2e68d287fcbba0d5e0e4678f3d90fe4c.tar.gz CMake-389f795d2e68d287fcbba0d5e0e4678f3d90fe4c.tar.bz2 |
Merge topic 'doc-ipo-check'
a59662bb5b Help: Add CheckIPOSupported link to INTERPROCEDURAL_OPTIMIZATION
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3333
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 |