mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
BUG: make sure global generate is done when cmakelist file chagnes, also make sure guids are stored in the cache so the .sln file does not change every time
This commit is contained in:
@@ -178,11 +178,6 @@ void cmLocalVisualStudio6Generator::AddDSPBuildRule()
|
||||
args +=
|
||||
this->ConvertToRelativeOutputPath(m_Makefile->GetHomeDirectory());
|
||||
argv.push_back(args);
|
||||
args = "-S";
|
||||
args +=
|
||||
this->ConvertToRelativeOutputPath(m_Makefile->GetStartDirectory());
|
||||
argv.push_back(args);
|
||||
args = "-O";
|
||||
args +=
|
||||
this->ConvertToRelativeOutputPath(m_Makefile->GetStartOutputDirectory());
|
||||
argv.push_back(args);
|
||||
|
||||
Reference in New Issue
Block a user