diff options
author | Brad King <brad.king@kitware.com> | 2015-09-09 15:30:50 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-09-09 15:30:50 (GMT) |
commit | f281c6214ba932e5a5c9d8bae67313fc8bfa8ec9 (patch) | |
tree | 92226f985c7d40aa60a063eb66806a1fa1ebab73 /Modules/CompilerId/main.swift.in | |
parent | a3d384881b58975939289b3fac3158acb4dda09c (diff) | |
parent | 9cdf6ef48d62fed477cc9cf48995d7c91382f5f6 (diff) | |
download | CMake-f281c6214ba932e5a5c9d8bae67313fc8bfa8ec9.zip CMake-f281c6214ba932e5a5c9d8bae67313fc8bfa8ec9.tar.gz CMake-f281c6214ba932e5a5c9d8bae67313fc8bfa8ec9.tar.bz2 |
Merge topic 'more-swift2-fixes'
9cdf6ef4 Swift: Add proper Swift compiler test
1aa29f0d Swift: Remove positive Swift language tests
d778a1c2 Swift: Require Xcode 6.1 and for MacOS X at least SDK 10.10
4da60024 Swift: Fix Compiler-Id detection for Swift 2
874a265c Swift: Make SwiftMix compatible with Swift 2
Diffstat (limited to 'Modules/CompilerId/main.swift.in')
-rw-r--r-- | Modules/CompilerId/main.swift.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CompilerId/main.swift.in b/Modules/CompilerId/main.swift.in index 962e857..13f0ba0 100644 --- a/Modules/CompilerId/main.swift.in +++ b/Modules/CompilerId/main.swift.in @@ -1 +1 @@ -println("CMakeSwiftCompilerId") +print("CMakeSwiftCompilerId") |