diff options
author | Mikkel Krautz <mikkel@krautz.dk> | 2010-09-20 14:02:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-09-20 14:05:33 (GMT) |
commit | 0790af3bf54f8b1fcd418fec4ff968ffa55f334c (patch) | |
tree | 4c693ab7bfacb1c2303a49bf087bd0fff23ee7d1 /Source/cmXCodeObject.cxx | |
parent | 4c06e233071bac7821e27fece0c4d597c12798eb (diff) | |
download | CMake-0790af3bf54f8b1fcd418fec4ff968ffa55f334c.zip CMake-0790af3bf54f8b1fcd418fec4ff968ffa55f334c.tar.gz CMake-0790af3bf54f8b1fcd418fec4ff968ffa55f334c.tar.bz2 |
Xcode: Avoid trailing space in ARCHS list (#11244)
With CMAKE_OSX_ARCHITECTURE settings such as $(ARCHS_STANDARD_32BIT),
the space inserted by the for loop would confuse Xcode if quoted. In
this particular example, what would be output would be:
ARCHS = "$(ARCHS_STANDARD_32BIT) ";
The Xcode UI does not recognize this as the built-in "Standards 32-bit"
architecture setting unless the space is removed.
Diffstat (limited to 'Source/cmXCodeObject.cxx')
0 files changed, 0 insertions, 0 deletions