mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 02:10:10 -06:00
Help: improve docs for INTERPROCEDURAL_OPTIMIZATION target property
The documentation now mentions the per-config target property. Fixes: #24285
This commit is contained in:
committed by
Brad King
parent
a5e272c76f
commit
6ed026592e
@@ -11,3 +11,7 @@ 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
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user