Feature/dev (#1143)

* 防止每次cmake后导致重复编译
This commit is contained in:
夏楚
2021-09-30 11:27:42 +08:00
committed by GitHub
parent a83187d25f
commit a548fcd709
5 changed files with 37 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
#define __GIT_VERSION_H__
#define COMMIT_HASH "@COMMIT_HASH@"
#define BRANCH_TIME "@BRANCH_NAME@"
#define BRANCH_NAME "@BRANCH_NAME@"
#define BUILD_TIME "@BUILD_TIME@"
#endif //__GIT_VERSION_H__