Skip to content

Commit d02a87c

Browse files
committed
issue #10643 doxygen --version shows GIT-NOTFOUND
Corrected typo "GIT_NOTFOUND" has to be "GIT-NOTFOUND"
1 parent ee1d4b5 commit d02a87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libversion/gitversion.cpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ std::string getGitVersion()
1717
{
1818
gitVersion+="*";
1919
}
20-
if (gitVersion=="GIT_NOTFOUND")
20+
if (gitVersion=="GIT-NOTFOUND")
2121
{
2222
gitVersion="";
2323
}

0 commit comments

Comments
 (0)