From 4da60024adfb312883b93e5e3cacd928aa2e79ce Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Thu, 3 Sep 2015 15:56:52 +0200 Subject: Swift: Fix Compiler-Id detection for Swift 2 --- Modules/CompilerId/main.swift.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v0.12