summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.cxx
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2010-09-20 14:02:39 (GMT)
committerBrad King <brad.king@kitware.com>2010-09-20 14:05:33 (GMT)
commit0790af3bf54f8b1fcd418fec4ff968ffa55f334c (patch)
tree4c693ab7bfacb1c2303a49bf087bd0fff23ee7d1 /Source/cmXCodeObject.cxx
parent4c06e233071bac7821e27fece0c4d597c12798eb (diff)
downloadCMake-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