[lldb] [debugserver] Add spaces between sentences in a CMake warning. NFC.

This commit is contained in:
Martin Storsjö
2023-10-04 14:33:46 +03:00
parent 9f406e450b
commit d918b813c8

View File

@@ -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."
)