1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-20 12:39:01 +01:00

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

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}")