mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Fixed: Add revision in Info.plist for long version
This commit is contained in:
parent
fd1220d95b
commit
5efa005715
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ if(APPLE)
|
|||
SET(RYZOM_VERSION_SHORT "2.1.0")
|
||||
SET(RYZOM_VERSION_LONG "2.1.0")
|
||||
|
||||
# define directories used by GetRevision
|
||||
SET(SOURCE_DIR ${CMAKE_SOURCE_DIR})
|
||||
SET(ROOT_DIR ${CMAKE_SOURCE_DIR}/..)
|
||||
INCLUDE(GetRevision)
|
||||
|
||||
IF(REVISION)
|
||||
SET(RYZOM_VERSION_LONG "${RYZOM_VERSION_LONG}.${REVISION}")
|
||||
ENDIF()
|
||||
|
|
Loading…
Reference in a new issue