diff options
author | Brad King <brad.king@kitware.com> | 2014-11-07 21:24:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-07 21:29:51 (GMT) |
commit | 7f89552a8fc0a3877b9630fdb022eb5f16bc77a3 (patch) | |
tree | c18cc8f6133c08df1a1d7f97e2f048fce9496db7 /DartConfig.cmake | |
parent | 0c3ddf8b652311ec2a9447a9e6303691841628b4 (diff) | |
download | CMake-7f89552a8fc0a3877b9630fdb022eb5f16bc77a3.zip CMake-7f89552a8fc0a3877b9630fdb022eb5f16bc77a3.tar.gz CMake-7f89552a8fc0a3877b9630fdb022eb5f16bc77a3.tar.bz2 |
Xcode: Fix compiler path detection for iOS tools on Xcode <= 5.0 (#15237)
Since commit v3.1.0-rc1~1^2~1 (Xcode: Fix compiler id detection for iOS
tools, 2014-10-22) our compiler id detection project sets the product
type to 'com.apple.product-type.bundle.unit-test'. This causes the Ld
command line on which we match the path to the compiler to have a
'CompilerIdC.xctest/' component. The commit updated our regex to match
this, but placed it before the extra './' component that Xcode 5.0 and
below produce. Xcode <= 5.0 prints '/./CompilerIdC.xctest/', so switch
the order of the two components in the regex to match it.
Diffstat (limited to 'DartConfig.cmake')
0 files changed, 0 insertions, 0 deletions