mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 09:58:37 -05:00
BUG: Need to configure relative path support for LocalGenerate to support old makefile generator.
This commit is contained in:
@@ -641,6 +641,9 @@ void cmGlobalGenerator::LocalGenerate()
|
||||
// start with this directory
|
||||
cmLocalGenerator *lg = this->CreateLocalGenerator();
|
||||
|
||||
// Setup relative path generation.
|
||||
this->ConfigureRelativePaths();
|
||||
|
||||
// set the Start directories
|
||||
lg->GetMakefile()->SetStartDirectory(m_CMakeInstance->GetStartDirectory());
|
||||
lg->GetMakefile()->SetStartOutputDirectory(m_CMakeInstance->GetStartOutputDirectory());
|
||||
|
||||
Reference in New Issue
Block a user