From 3a210884447575013b51d06fbfcfaee0b9ba67b9 Mon Sep 17 00:00:00 2001 From: Karol Trzcinski Date: Thu, 27 Aug 2020 09:59:24 +0200 Subject: [PATCH] cmake: Rephrase message about git absence during source hash computing This message shoulddn't be in imperative mode, to follow rules. Signed-off-by: Karol Trzcinski --- scripts/cmake/version.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cmake/version.cmake b/scripts/cmake/version.cmake index e0a22a512..102195a30 100644 --- a/scripts/cmake/version.cmake +++ b/scripts/cmake/version.cmake @@ -84,7 +84,7 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/.git/) message(STATUS "Source content hash: ${SOF_SRC_HASH}") else() string(SUBSTRING ${GIT_LOG_HASH} 0 8 SOF_SRC_HASH) - message(WARNING "Source content hash can't be calculated, use GIT_LOG_HASH") + message(WARNING "Source content hash not computed without git, using GIT_LOG_HASH instead") endif() # for SOF_BUILD