mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Before this change, install rules created by add_subdirectory() would be executed after all of the top-level install rules, even if they were declared before the top-level rules. This change adds a new policy, CMP0082, which interleaves the add_subdirectory() install rules with the other install rules so they are run in the correct order.
6 lines
201 B
ReStructuredText
6 lines
201 B
ReStructuredText
install-subdirectory-order
|
|
--------------------------
|
|
|
|
* Install rules under :command:`add_subdirectory` now interleave with those in
|
|
the calling directory. See policy :policy:`CMP0082` for details.
|