mirror of
https://github.com/glest/glest-source.git
synced 2025-02-22 18:54:58 +01:00
- cmake bugfix for proper consistent order of build version info so windows and linux are the same
This commit is contained in:
parent
f06d474b60
commit
a6b02a598b
@ -219,7 +219,7 @@ IF(CMAKE_COMPILER_IS_GNUCXX OR MINGW)
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
|
||||
SET(GIT_LIVE_REV_CMD "`git log -1 --format=%h`.`git rev-list HEAD --count`")
|
||||
SET(GIT_LIVE_REV_CMD "`git rev-list HEAD --count`.`git log -1 --format=%h`")
|
||||
|
||||
MESSAGE(STATUS "Using GIT revision stamp: [${GIT_COMMIT_COUNT}.${GIT_SHA1}] CMD [${GIT_LIVE_REV_CMD}]")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user