From 775e2e8d045f7317fbb9800002cdad405e677608 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Sun, 10 Dec 2023 00:34:18 +0200 Subject: [PATCH] CMake: add spaces between sentences of BUNDLE_ANDROID_OPENSSL_LIBS Change-Id: I7c3603577805426eb1cd46ff9317b7a6f3ca7f93 Reviewed-by: Alexandru Croitor (cherry picked from commit 53f3013b9ea75e2832618bb73a261130b60a4d98) Reviewed-by: Qt Cherry-pick Bot --- cmake/QtTestHelpers.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/QtTestHelpers.cmake b/cmake/QtTestHelpers.cmake index c9cb9e8ab74..95a11814359 100644 --- a/cmake/QtTestHelpers.cmake +++ b/cmake/QtTestHelpers.cmake @@ -637,8 +637,8 @@ function(qt_internal_add_test name) endif() else() message(STATUS "The argument BUNDLE_ANDROID_OPENSSL_LIBS is set " - "but OPENSSL_ROOT_DIR parameter is not set." - "Test should bundle OpenSSL libraries but they are not found." + "but OPENSSL_ROOT_DIR parameter is not set. " + "Test should bundle OpenSSL libraries but they are not found. " "This is fine if OpenSSL was built statically.") endif() endif()