mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 09:37:03 +08:00
[lldb] [debugserver] Add spaces between sentences in a CMake warning. NFC.
This commit is contained in:
@@ -19,8 +19,8 @@ endfunction()
|
||||
|
||||
function(get_debugserver_codesign_identity result)
|
||||
string(CONCAT not_found_help
|
||||
"This will cause failures in the test suite."
|
||||
"Pass '-DLLDB_USE_SYSTEM_DEBUGSERVER=ON' to use the system one instead."
|
||||
"This will cause failures in the test suite. "
|
||||
"Pass '-DLLDB_USE_SYSTEM_DEBUGSERVER=ON' to use the system one instead. "
|
||||
"See 'Code Signing on macOS' in the documentation."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user