We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742e05e commit 86483ffCopy full SHA for 86483ff
2 files changed
Utils/Config.h
Utils/Version.h.in
@@ -0,0 +1,16 @@
1
+#ifndef __Version_h__
2
+#define __Version_h__
3
+
4
+#define STRINGIZE_HELPER(x) #x
5
+#define STRINGIZE(x) STRINGIZE_HELPER(x)
6
+#define WARNING(desc) message(__FILE__ "(" STRINGIZE(__LINE__) ") : Warning: " #desc)
7
8
+#define GIT_SHA1 "@GIT_SHA1@"
9
+#define GIT_REFSPEC "@GIT_REFSPEC@"
10
+#define GIT_LOCAL_STATUS "@GIT_LOCAL_CHANGES@"
11
12
+#ifdef DL_OUTPUT
13
+@COMPILER_MESSAGE@
14
+#endif
15
16
0 commit comments