We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2524923 commit 4a0b98bCopy full SHA for 4a0b98b
cmake/GitInfo.cmake
@@ -49,7 +49,7 @@ function(GitInfo source)
49
find_package(Git QUIET)
50
endif()
51
if(NOT GIT_FOUND)
52
- message(AUTHOR_WARNING "Git not found, cannot get git informations")
+ message(AUTHOR_WARNING "Git not found, cannot get git information")
53
return()
54
55
0 commit comments