فهرست منبع

BUG: Need to configure relative path support for LocalGenerate to support old makefile generator.

Brad King 20 سال پیش
والد
کامیت
de47b43c6f
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      Source/cmGlobalGenerator.cxx

+ 3 - 0
Source/cmGlobalGenerator.cxx

@@ -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());