From ccdbb9803920cda83abcb78580cacf3e6f2d12e9 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 16 Aug 2016 20:49:49 +0000 Subject: [PATCH] [CMake] Fixing typo in Info.plist generation This is causing an error in the generation of the clang info plist. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278850 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/driver/Info.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/driver/Info.plist.in b/tools/driver/Info.plist.in index c938fb053d..c2b157021d 100644 --- a/tools/driver/Info.plist.in +++ b/tools/driver/Info.plist.in @@ -7,7 +7,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - @TOOL_INFO_NAME + @TOOL_INFO_NAME@ CFBundleShortVersionString @TOOL_INFO_VERSION@ CFBundleVersion -- 2.40.0