MantisBT - CMake
View Issue Details
0015072CMakeCMakepublic2014-08-09 05:012015-01-05 08:39
Minmin Gong 
 
normalmajoralways
closedfixed 
Windows RuntimeWindows8.1
 
 
0015072: INSTALL doesn't work in windows store and phone ARM version.
In 'next' branch, when generating a project with VS2013 ARM, INSTALL project always returns "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\ARM\PlatformToolsets\v120\Toolset.targets(36,5): error MSB8022: Compiling Desktop applications for the ARM platform is not supported. "
No tags attached.
patch 0001-Fix-INSTALL-and-toolset-in-Windows-store-ARM-and-pho.patch (2,037) 2014-08-09 05:32
https://public.kitware.com/Bug/file/5225/0001-Fix-INSTALL-and-toolset-in-Windows-store-ARM-and-pho.patch
Issue History
2014-08-09 05:01Minmin GongNew Issue
2014-08-09 05:32Minmin GongFile Added: 0001-Fix-INSTALL-and-toolset-in-Windows-store-ARM-and-pho.patch
2014-08-09 05:33Minmin GongNote Added: 0036583
2014-08-18 15:40Brad KingNote Added: 0036637
2014-08-18 15:44Brad KingNote Added: 0036638
2014-08-18 15:44Brad KingStatusnew => resolved
2014-08-18 15:44Brad KingResolutionopen => fixed
2015-01-05 08:39Robert MaynardNote Added: 0037616
2015-01-05 08:39Robert MaynardStatusresolved => closed

Notes
(0036583)
Minmin Gong   
2014-08-09 05:32   
I've attached a patch to fix 2 related issues. Now ARM generator works well with INSTALL in both store and phone.
(0036637)
Brad King   
2014-08-18 15:40   
Thanks for trying out the work in progress for Windows Store/Phone support.

Your PlatformToolset '_wp81' removal is not necessary. The need for it was due to some other bugs I've now fixed:

 VS: Mark CMake-generated targets as Utility in .vcxproj files
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dd980e8b [^]

 VS: Set Window Phone/Store app type in CMake-generated targets
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6b02cb0c [^]

The WindowsSDKDesktopARMSupport hunk has been subsumed into additional logic updates. Please try commit b40d348c.
(0036638)
Brad King   
2014-08-18 15:44   
Please bring further feedback on this work to the cmake-developers mailing list. That is a more appropriate place to discuss new development than the issue tracker. Thanks.
(0037616)
Robert Maynard   
2015-01-05 08:39   
Closing resolved issues that have not been updated in more than 4 months