mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
BUG: InitializeFromParent should copy include file regular expressions.
This commit is contained in:
@@ -812,6 +812,10 @@ void cmMakefile::InitializeFromParent()
|
||||
|
||||
// the initial project name
|
||||
this->m_ProjectName = parent->m_ProjectName;
|
||||
|
||||
// Copy include regular expressions.
|
||||
this->m_IncludeFileRegularExpression = parent->m_IncludeFileRegularExpression;
|
||||
this->m_ComplainFileRegularExpression = parent->m_ComplainFileRegularExpression;
|
||||
}
|
||||
|
||||
void cmMakefile::ConfigureSubDirectory(cmLocalGenerator *lg2)
|
||||
|
||||
Reference in New Issue
Block a user