Skip to content

Commit 4a0b98b

Browse files
authoredOct 25, 2024··
{cmake} Fixed typo (#308)
1 parent 2524923 commit 4a0b98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/GitInfo.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function(GitInfo source)
4949
find_package(Git QUIET)
5050
endif()
5151
if(NOT GIT_FOUND)
52-
message(AUTHOR_WARNING "Git not found, cannot get git informations")
52+
message(AUTHOR_WARNING "Git not found, cannot get git information")
5353
return()
5454
endif()
5555

0 commit comments

Comments
 (0)
Please sign in to comment.