diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2015-09-03 13:56:52 (GMT) |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2015-09-03 18:30:45 (GMT) |
commit | 4da60024adfb312883b93e5e3cacd928aa2e79ce (patch) | |
tree | e77fb63bc35cce201c08044530d7e64f7566f892 /Modules/CompilerId | |
parent | 874a265c94ff17e07a96969c0a7f8f98a66b1074 (diff) | |
download | CMake-4da60024adfb312883b93e5e3cacd928aa2e79ce.zip CMake-4da60024adfb312883b93e5e3cacd928aa2e79ce.tar.gz CMake-4da60024adfb312883b93e5e3cacd928aa2e79ce.tar.bz2 |
Swift: Fix Compiler-Id detection for Swift 2
Diffstat (limited to 'Modules/CompilerId')
-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") |