mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Merge topic 'imported-local-target-alias' into release-3.18
7b0f6508a0 ALIAS targets: Non-global aliases must be propagated to sub-directories
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5002
This commit is contained in:
@@ -1461,6 +1461,9 @@ void cmMakefile::InitializeFromParent(cmMakefile* parent)
|
||||
// Imported targets.
|
||||
this->ImportedTargets = parent->ImportedTargets;
|
||||
|
||||
// Non-global Alias targets.
|
||||
this->AliasTargets = parent->AliasTargets;
|
||||
|
||||
// Recursion depth.
|
||||
this->RecursionDepth = parent->RecursionDepth;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user