Revert git version off for Windows

This commit is contained in:
Jonas Kvinge 2018-07-12 00:18:55 +02:00
parent e32ed02a24
commit e22b47a9d1
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ set(STRAWBERRY_VERSION_PATCH 1)
set(INCLUDE_GIT_REVISION ON)
if (WIN32)
set(INCLUDE_GIT_REVISION OFF)
endif()
set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")
set(STRAWBERRY_VERSION_DISPLAY "${majorminorpatch}")