[TIMOB-23772] Windows: Use CMake property for DefaultLanguage
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-18T08:52:57.000+0000 |
Affected Version/s | Release 5.4.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Gary Mathews |
Created | 2016-08-15T00:08:26.000+0000 |
Updated | 2017-03-31T22:12:15.000+0000 |
Description
Currently we are manipulating VS project file (.vcxproj) manually to update
DefaultLanguage
configuration at [generate.js](https://github.com/appcelerator/titanium_mobile_windows/blob/master/cli/commands/_build/generate.js#L110), but we could let CMake to generate it by setting [VS_GLOBAL_variable](https://cmake.org/cmake/help/v3.0/prop_tgt/VS_GLOBAL_variable.html).
master: https://github.com/appcelerator/titanium_mobile_windows/pull/823
Closing ticket as fixed, if there are any problems, please file a new ticket.