diff options
Diffstat (limited to 'lldb/cmake/modules/EmbedAppleVersion.cmake')
| -rw-r--r-- | lldb/cmake/modules/EmbedAppleVersion.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/cmake/modules/EmbedAppleVersion.cmake b/lldb/cmake/modules/EmbedAppleVersion.cmake index caa3be06759..57f5eba45e4 100644 --- a/lldb/cmake/modules/EmbedAppleVersion.cmake +++ b/lldb/cmake/modules/EmbedAppleVersion.cmake @@ -3,7 +3,7 @@ execute_process(COMMAND /usr/libexec/PlistBuddy -c "Print:CFBundleVersion" ${LLD OUTPUT_STRIP_TRAILING_WHITESPACE) file(APPEND "${HEADER_FILE}.tmp" - "#define LLDB_VERSION_STRING \"lldb-${BundleVersion}\"\n") + "#define LLDB_VERSION_STRING lldb-${BundleVersion}\n") execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different "${HEADER_FILE}.tmp" "${HEADER_FILE}") |

