From 4a0b98bab581d34182139449989a9f2f42e4fa8e Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 25 Oct 2024 10:02:45 -0400 Subject: [PATCH] {cmake} Fixed typo (#308) --- cmake/GitInfo.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/GitInfo.cmake b/cmake/GitInfo.cmake index ff2b7c4..93460ff 100644 --- a/cmake/GitInfo.cmake +++ b/cmake/GitInfo.cmake @@ -49,7 +49,7 @@ function(GitInfo source) find_package(Git QUIET) endif() if(NOT GIT_FOUND) - message(AUTHOR_WARNING "Git not found, cannot get git informations") + message(AUTHOR_WARNING "Git not found, cannot get git information") return() endif()