mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
BUG: symlink issue
This commit is contained in:
@@ -1734,7 +1734,11 @@ cmLocalUnixMakefileGenerator3
|
||||
symlink += targetOutPathSO;
|
||||
symlink += " ";
|
||||
symlink += targetOutPath;
|
||||
commands.push_back(symlink);
|
||||
commands1.clear();
|
||||
commands1.push_back(symlink);
|
||||
this->CreateCDCommand(commands1,m_Makefile->GetStartOutputDirectory(),
|
||||
m_Makefile->GetHomeOutputDirectory());
|
||||
commands.insert(commands.end(), commands1.begin(), commands1.end());
|
||||
}
|
||||
|
||||
// Add the post-build rules.
|
||||
|
||||
Reference in New Issue
Block a user