From: Chris Bieneman Date: Tue, 16 Aug 2016 20:49:49 +0000 (+0000) Subject: [CMake] Fixing typo in Info.plist generation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccdbb9803920cda83abcb78580cacf3e6f2d12e9;p=clang [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 --- 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