[TIMOB-26524] Windows: Can not compile folder with spaces
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-11-14T21:38:18.000+0000 |
Affected Version/s | Release 7.5.0 |
Fix Version/s | Release 8.0.0 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2018-11-07T01:59:42.000+0000 |
Updated | 2018-11-19T15:08:15.000+0000 |
Description
Latest [titanium-mobile-mocha-suite](https://github.com/appcelerator/titanium-mobile-mocha-suite/tree/master/Resources/folder%20with%20spaces) shows that Titanium project that contains folder with spaces does not compile.
How to reproduce:
* Create folder with spaces (i.e. "
folder with spaces
") under Resources
folder.
Building the project errors out with CMake Error:
[WARN] CMake Error at CMakeLists.txt:263 (set_property):
Syntax error in cmake code at
titanium/vsbuild/mocha-suite/CMakeLists.txt:263
when parsing string
${SOURCE_folder
syntax error, unexpected $end, expecting } (15)
[DEBUG] -- Configuring incomplete, errors occurred!
Expected: It should compile without errors.
https://github.com/appcelerator/titanium_mobile_windows/pull/1311
*Closing ticket*. Verified fix in sdk version
8.0.0.v20181119055344
. *Test and other information can be found at:* https://github.com/appcelerator/titanium_mobile_windows/pull/1311