[Cmake-commits] CMake branch, next, updated. v2.8.9-213-geae8be7

Brad King brad.king at kitware.com
Tue Aug 21 13:02:30 EDT 2012


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  eae8be7db1ade7fb4123f9776d9d51139efc1843 (commit)
       via  6b83e30de052c75b78b3a7304f0170cdc6dbb6c5 (commit)
      from  3b070f786082026fb0fea24b3ac2be7c6d03c564 (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=eae8be7db1ade7fb4123f9776d9d51139efc1843
commit eae8be7db1ade7fb4123f9776d9d51139efc1843
Merge: 3b070f7 6b83e30
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 21 13:02:28 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 21 13:02:28 2012 -0400

    Merge topic 'VS11-WinRT-project-issue-12930' into next
    
    6b83e30 Fix line-length style violation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6b83e30de052c75b78b3a7304f0170cdc6dbb6c5
commit 6b83e30de052c75b78b3a7304f0170cdc6dbb6c5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 21 13:02:00 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Aug 21 13:02:00 2012 -0400

    Fix line-length style violation

diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index 45a17f0..6626e5b 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -413,7 +413,8 @@ void cmVisualStudio10TargetGenerator::WriteProjectConfigurationValues()
       }
     if(this->Target->GetPropertyAsBool("VS_WINRT_EXTENSIONS"))
       {
-      this->WriteString("<WindowsAppContainer>true</WindowsAppContainer>\n", 2);
+      this->WriteString("<WindowsAppContainer>true"
+                        "</WindowsAppContainer>\n", 2);
       }
     this->WriteString("</PropertyGroup>\n", 1);
     }

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list