mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
BUG: fix sub project path problem
This commit is contained in:
@@ -216,7 +216,8 @@ void cmGlobalVisualStudio6Generator::WriteDSWFile(std::ostream& fout,
|
||||
this->WriteDSWHeader(fout);
|
||||
|
||||
// Get the home directory with the trailing slash
|
||||
std::string homedir = m_CMakeInstance->GetHomeDirectory();
|
||||
#undef GetCurrentDirectory
|
||||
std::string homedir = root->GetMakefile()->GetCurrentDirectory();
|
||||
homedir += "/";
|
||||
|
||||
unsigned int i;
|
||||
|
||||
Reference in New Issue
Block a user