Skip to content

Commit

Permalink
{cmake} Fixed typo (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz authored Oct 25, 2024
1 parent 2524923 commit 4a0b98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/GitInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 4a0b98b

Please sign in to comment.