[Cmake-commits] CMake branch, next, updated. v2.8.9-211-g3b070f7

Brad King brad.king at kitware.com
Tue Aug 21 12:37:41 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  3b070f786082026fb0fea24b3ac2be7c6d03c564 (commit)
       via  881dd6526c1d27f50f394b679775f9441434e4fd (commit)
      from  738ff50f686d11ce7a9d8fa1e2420545da36184b (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=3b070f786082026fb0fea24b3ac2be7c6d03c564
commit 3b070f786082026fb0fea24b3ac2be7c6d03c564
Merge: 738ff50 881dd65
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 21 12:37:28 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 21 12:37:28 2012 -0400

    Merge topic 'VS11-WinRT-project-issue-12930' into next
    
    881dd65 VS11: Rename 'Immersive' to 'WindowsAppContainer' (#12930)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=881dd6526c1d27f50f394b679775f9441434e4fd
commit 881dd6526c1d27f50f394b679775f9441434e4fd
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 21 12:06:35 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Aug 21 12:09:03 2012 -0400

    VS11: Rename 'Immersive' to 'WindowsAppContainer' (#12930)
    
    Since commit 9e01aefd (VS: Add support for WinRT project properties,
    2012-02-03) CMake generates for VS 11 projects the 'Immersive' element
    for the VS_WINRT_EXTENSIONS target property.  That was based on the VS
    11 preview version.  The final version renamed the element to
    'WindowsAppContainer', so generate that instead.
    
    Suggested-by: Eugene Golushkov <eugene_gff at ukr.net>

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

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

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