mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
ENH: fix rerun of cmake command
This commit is contained in:
@@ -178,9 +178,6 @@ void cmLocalVisualStudio6Generator::AddDSPBuildRule()
|
||||
args +=
|
||||
this->ConvertToRelativeOutputPath(m_Makefile->GetHomeDirectory());
|
||||
argv.push_back(args);
|
||||
args +=
|
||||
this->ConvertToRelativeOutputPath(m_Makefile->GetStartOutputDirectory());
|
||||
argv.push_back(args);
|
||||
args = "-B";
|
||||
args +=
|
||||
this->ConvertToRelativeOutputPath(m_Makefile->GetHomeOutputDirectory());
|
||||
|
||||
Reference in New Issue
Block a user