BUG: Need to configure relative path support for LocalGenerate to support old makefile generator.
This commit is contained in:
parent
397dc1cef5
commit
de47b43c6f
|
@ -641,6 +641,9 @@ void cmGlobalGenerator::LocalGenerate()
|
||||||
// start with this directory
|
// start with this directory
|
||||||
cmLocalGenerator *lg = this->CreateLocalGenerator();
|
cmLocalGenerator *lg = this->CreateLocalGenerator();
|
||||||
|
|
||||||
|
// Setup relative path generation.
|
||||||
|
this->ConfigureRelativePaths();
|
||||||
|
|
||||||
// set the Start directories
|
// set the Start directories
|
||||||
lg->GetMakefile()->SetStartDirectory(m_CMakeInstance->GetStartDirectory());
|
lg->GetMakefile()->SetStartDirectory(m_CMakeInstance->GetStartDirectory());
|
||||||
lg->GetMakefile()->SetStartOutputDirectory(m_CMakeInstance->GetStartOutputDirectory());
|
lg->GetMakefile()->SetStartOutputDirectory(m_CMakeInstance->GetStartOutputDirectory());
|
||||||
|
|
Loading…
Reference in New Issue