summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-06-17 21:12:57 (GMT)
committerDavid Cole <david.cole@kitware.com>2010-06-17 21:12:57 (GMT)
commit9082fc8a4738b985fbb763af0bdee69ba9a52a23 (patch)
treeb7ae3da06c2e8245714e92590e31d8620998398e /Source/cmGlobalVisualStudio8Generator.cxx
parentd7f8df694a16dde126ae3b5712027ab0dfea6a72 (diff)
downloadCMake-9082fc8a4738b985fbb763af0bdee69ba9a52a23.zip
CMake-9082fc8a4738b985fbb763af0bdee69ba9a52a23.tar.gz
CMake-9082fc8a4738b985fbb763af0bdee69ba9a52a23.tar.bz2
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.
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx2
1 files changed, 0 insertions, 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);
}