Skip to content

Commit 86483ff

Browse files
committed
- fix
1 parent 742e05e commit 86483ff

2 files changed

Lines changed: 16 additions & 22 deletions

File tree

Utils/Config.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

Utils/Version.h.in

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
#endif

0 commit comments

Comments
 (0)