mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 09:09:43 -05:00
BUG: Initializing from parent should copy link directories as well.
This commit is contained in:
@@ -798,6 +798,9 @@ void cmMakefile::InitializeFromParent()
|
||||
// link libraries
|
||||
this->m_LinkLibraries = parent->m_LinkLibraries;
|
||||
|
||||
// link directories
|
||||
this->m_LinkDirectories = parent->m_LinkDirectories;
|
||||
|
||||
// the initial project name
|
||||
this->m_ProjectName = parent->m_ProjectName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user