Use full path file names in generate.stamp.list.

The full path file names are important for Visual Studio 10, which
apparently changes the current working directory when running
custom command rules.
This commit is contained in:
David Cole 2010-06-17 17:12:57 -04:00
parent d7f8df694a
commit 9082fc8a47
1 changed files with 0 additions and 2 deletions

View File

@ -154,8 +154,6 @@ void cmGlobalVisualStudio8Generator::AddCheckTarget()
stampFile += "/";
stampFile += cmake::GetCMakeFilesDirectoryPostSlash();
stampFile += "generate.stamp";
stampFile = generators[0]->Convert(stampFile.c_str(),
cmLocalGenerator::START_OUTPUT);
fout << stampFile << "\n";
stamps.push_back(stampFile);
}