Merge topic 'patch-CheckIPOSupported'

294b30b27e CheckIPOSupported: Extend documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10796
This commit is contained in:
Brad King
2025-05-20 12:59:58 +00:00
committed by Kitware Robot
5 changed files with 75 additions and 22 deletions
@@ -15,3 +15,9 @@ target is created.
There is also the per-configuration :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION_<CONFIG>`
target property, which overrides :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION`
if it is set.
See Also
^^^^^^^^
* The :module:`CheckIPOSupported` module to check whether the compiler
supports interprocedural optimization before enabling this target property.
@@ -10,3 +10,9 @@ configuration.
This property is initialized by the
:variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>` variable if it is set
when a target is created.
See Also
^^^^^^^^
* The :module:`CheckIPOSupported` module to check whether the compiler
supports interprocedural optimization before enabling this target property.
@@ -8,3 +8,8 @@ Default value for :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION` of targets.
This variable is used to initialize the :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION`
property on all the targets. See that target property for additional
information.
See Also
^^^^^^^^
* The :variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>` variable.
@@ -8,3 +8,8 @@ Default value for :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION_<CONFIG>` of targets.
This variable is used to initialize the :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION_<CONFIG>`
property on all the targets. See that target property for additional
information.
See Also
^^^^^^^^
* The :variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION` variable.