[Cmake-commits] CMake branch, next, updated. v3.3.2-3488-g921d229

Brad King brad.king at kitware.com
Mon Oct 5 09:47:55 EDT 2015


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  921d229c5bde51a6b96062defe7381f0eaf5c582 (commit)
       via  b882668f4fffb7eae8ada45844f1d72627279834 (commit)
      from  3d101d15a5db6e72088aec6ca62035aeb2b2f10d (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=921d229c5bde51a6b96062defe7381f0eaf5c582
commit 921d229c5bde51a6b96062defe7381f0eaf5c582
Merge: 3d101d1 b882668
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 5 09:47:54 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 5 09:47:54 2015 -0400

    Merge topic 'vs-win10-store' into next
    
    b882668f fixup! VS: Add support for Windows 10 Universal (Store) Applications


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b882668f4fffb7eae8ada45844f1d72627279834
commit b882668f4fffb7eae8ada45844f1d72627279834
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 5 09:47:39 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 5 09:47:39 2015 -0400

    fixup! VS: Add support for Windows 10 Universal (Store) Applications

diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index d1ef6c2..d62ad88 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -3507,7 +3507,7 @@ void cmVisualStudio10TargetGenerator::WriteMissingFilesWS80()
 }
 
 void cmVisualStudio10TargetGenerator::WriteMissingFilesWS81()
-  {
+{
   std::string manifestFile =
     this->DefaultArtifactDir + "/package.appxManifest";
   std::string artifactDir =
@@ -3561,10 +3561,10 @@ void cmVisualStudio10TargetGenerator::WriteMissingFilesWS81()
     "</Package>\n";
 
   this->WriteCommonMissingFiles(manifestFile);
-  }
+}
 
 void cmVisualStudio10TargetGenerator::WriteMissingFilesWS10_0()
-  {
+{
   std::string manifestFile =
     this->DefaultArtifactDir + "/package.appxManifest";
   std::string artifactDir =
@@ -3619,7 +3619,7 @@ void cmVisualStudio10TargetGenerator::WriteMissingFilesWS10_0()
     "</Package>\n";
 
   this->WriteCommonMissingFiles(manifestFile);
-  }
+}
 
 void
 cmVisualStudio10TargetGenerator

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

Summary of changes:
 Source/cmVisualStudio10TargetGenerator.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list