[Cmake-commits] CMake branch, next, updated. v2.8.5-1653-gd83c926
David Cole
david.cole at kitware.com
Thu Aug 18 17:08:52 EDT 2011
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 d83c92643c29de57059eb4a01e41f42f2cafcd5b (commit)
via eb02acb695ed257093af0375a0ca5acbb9034985 (commit)
from 663a9c5dbe12b2b870eda5d81a7309b2c2f056b6 (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=d83c92643c29de57059eb4a01e41f42f2cafcd5b
commit d83c92643c29de57059eb4a01e41f42f2cafcd5b
Merge: 663a9c5 eb02acb
Author: David Cole <david.cole at kitware.com>
AuthorDate: Thu Aug 18 17:08:50 2011 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 18 17:08:50 2011 -0400
Merge topic 'fix-vs10-rebuild-issue' into next
eb02acb VS10: Avoid unnecessary rebuilds for custom commands
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=eb02acb695ed257093af0375a0ca5acbb9034985
commit eb02acb695ed257093af0375a0ca5acbb9034985
Author: David Cole <david.cole at kitware.com>
AuthorDate: Thu Aug 18 16:51:52 2011 -0400
Commit: David Cole <david.cole at kitware.com>
CommitDate: Thu Aug 18 16:51:52 2011 -0400
VS10: Avoid unnecessary rebuilds for custom commands
Thanks to James Bigler for pointing this out on the
cmake-developers mailing list...
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index 8cba84c..551b0ad 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -437,7 +437,7 @@ cmVisualStudio10TargetGenerator::WriteCustomRule(cmSourceFile* source,
(*this->BuildFileStream ) << sep << out;
sep = ";";
}
- (*this->BuildFileStream ) << ";%(Outputs)</Outputs>\n";
+ (*this->BuildFileStream ) << "</Outputs>\n";
}
this->WriteString("</CustomBuild>\n", 2);
}
-----------------------------------------------------------------------
Summary of changes:
Source/cmVisualStudio10TargetGenerator.cxx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list