[CMake] Fixing typo in Info.plist generation
authorChris Bieneman <beanz@apple.com>
Tue, 16 Aug 2016 20:49:49 +0000 (20:49 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 16 Aug 2016 20:49:49 +0000 (20:49 +0000)
This is causing an error in the generation of the clang info plist.

llvm-svn: 278850

clang/tools/driver/Info.plist.in

index c938fb0..c2b1570 100644 (file)
@@ -7,7 +7,7 @@
         <key>CFBundleInfoDictionaryVersion</key>
         <string>6.0</string>
         <key>CFBundleName</key>
-        <string>@TOOL_INFO_NAME</string>
+        <string>@TOOL_INFO_NAME@</string>
        <key>CFBundleShortVersionString</key>
        <string>@TOOL_INFO_VERSION@</string>
         <key>CFBundleVersion</key>