[TIMOB-25433] Windows: Auto-detect requirement of cmake needing to be rerun in module build
GitHub Issue | n/a |
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-11-15T23:07:38.000+0000 |
Affected Version/s | Release 6.3.0, Release 6.2.0 |
Fix Version/s | Release 7.0.0 |
Components | Windows |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Kota Iguchi |
Created | 2017-10-24T08:25:26.000+0000 |
Updated | 2017-11-17T01:51:16.000+0000 |
Description
Description
Currently when building a module, if the module has been cloned from git then when building the project the various architectures will be skipped and no module to be produced. We could detect what exists on the filesystem and regenerate what's required (could be a little iffy), or we could place all of the solutions into a build/ dir and force --run-cmake to true if that dir doesnt exist
Comments
JSON Source
https://github.com/appcelerator/titanium_mobile_windows/pull/1154
Tested on SDK 7.0.0.v20171116132144 installed from CLI. Fix is verified.