fix (again) for version display
parent
900de9e1aa
commit
305c3027ca
|
@ -240,7 +240,7 @@ MPI_SUPPORT {
|
|||
|
||||
# add git revision
|
||||
GITREV = $$system(git describe --tags)
|
||||
isEmpty($$GITREV):GITREV=$$VERSION
|
||||
isEmpty(GITREV):GITREV=$$VERSION
|
||||
DEFINES += GIT_VERSION=\\\"$$GITREV\\\"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue