diff options
author | David Cole <david.cole@kitware.com> | 2010-06-17 21:12:57 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2010-06-17 21:12:57 (GMT) |
commit | 9082fc8a4738b985fbb763af0bdee69ba9a52a23 (patch) | |
tree | b7ae3da06c2e8245714e92590e31d8620998398e /Source/cmGlobalVisualStudio8Generator.cxx | |
parent | d7f8df694a16dde126ae3b5712027ab0dfea6a72 (diff) | |
download | CMake-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.cxx | 2 |
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); } |