From 9082fc8a4738b985fbb763af0bdee69ba9a52a23 Mon Sep 17 00:00:00 2001 From: David Cole Date: Thu, 17 Jun 2010 17:12:57 -0400 Subject: 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. --- Source/cmGlobalVisualStudio8Generator.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx index e423174..6e0f048 100644 --- a/Source/cmGlobalVisualStudio8Generator.cxx +++ b/Source/cmGlobalVisualStudio8Generator.cxx @@ -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); } -- cgit v0.12