We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6980df4 commit d284b01Copy full SHA for d284b01
git_info.h.in
@@ -1,5 +1,5 @@
1
-#ifndef __GIT_INFO_H_INCLUDED__
2
-#define __GIT_INFO_H_INCLUDED__
+#ifndef _GIT_INFO_H_INCLUDED_
+#define _GIT_INFO_H_INCLUDED_
3
@GTML_INFO@
4
5
// based on https://raw.githubusercontent.com/andrew-hardin/cmake-git-version-tracking/master/git.h
@@ -36,4 +36,4 @@ namespace nbl::gtml {
36
37
} // namespece nbl::gtml
38
39
-#endif //__GIT_INFO_H_INCLUDED__
+#endif //_GIT_INFO_H_INCLUDED_
0 commit comments