mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[version.cmake] Add reminder to synchronize git-describe with docs/lgrelease.py
This commit is contained in:
parent
142902b7b3
commit
aa5922a1b4
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ if (EXISTS ${PROJECT_TOP}/VERSION)
|
|||
file(READ ${PROJECT_TOP}/VERSION GIT_REV)
|
||||
else()
|
||||
execute_process(
|
||||
# Synchronize docs/lgrelease.py if updated
|
||||
COMMAND git describe --always --abbrev=10 --dirty=+ --tags
|
||||
WORKING_DIRECTORY "${PROJECT_TOP}"
|
||||
OUTPUT_VARIABLE GIT_REV
|
||||
|
|
Loading…
Reference in a new issue