[Cmake-commits] CMake branch, next, updated. v2.8.1-1435-gd2c75bd

David Cole david.cole at kitware.com
Thu Jun 17 17:17:26 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  d2c75bd0014099019e85bc13e956f4c7f4cc8441 (commit)
       via  9082fc8a4738b985fbb763af0bdee69ba9a52a23 (commit)
       via  d7f8df694a16dde126ae3b5712027ab0dfea6a72 (commit)
      from  e97fb728383556c1b574efffeff1d81a3e9fa8ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d2c75bd0014099019e85bc13e956f4c7f4cc8441
commit d2c75bd0014099019e85bc13e956f4c7f4cc8441
Merge: e97fb72 9082fc8
Author: David Cole <david.cole at kitware.com>
Date:   Thu Jun 17 17:17:24 2010 -0400

    Merge branch 'vs10-path-issue' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9082fc8a4738b985fbb763af0bdee69ba9a52a23
commit 9082fc8a4738b985fbb763af0bdee69ba9a52a23
Author: David Cole <david.cole at kitware.com>
Date:   Thu Jun 17 17:12:57 2010 -0400

    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.

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);
     }

-----------------------------------------------------------------------

Summary of changes:
 Source/cmGlobalVisualStudio8Generator.cxx |    2 --
 Source/kwsys/kwsysDateStamp.cmake         |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list