blob: cfda826323fe4d07386ee8994cb42274925328df (
plain)
1
2
3
4
5
6
7
|
optimize-link-dependencies
--------------------------
* A new target property, :prop_tgt:`OPTIMIZE_DEPENDENCIES`, was added to
avoid unnecessarily building dependencies for a static library.
* A new variable, :variable:`CMAKE_OPTIMIZE_DEPENDENCIES`, was added to
initialize the :prop_tgt:`OPTIMIZE_DEPENDENCIES` target property.
|