mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Cmake build: Use the timestamp of last commit (iff possible)
while idetifying the lyx-version.
This commit is contained in:
parent
593276f87d
commit
75d63ad1f2
@ -264,6 +264,10 @@ if (LYX_LOCALVERSIONING)
|
||||
MATH(EXPR tmp_REVISION_VERSION "(${CMAKE_MATCH_1}+40000)")
|
||||
set(LYX_REVISION_VERSION "${LYX_PATCH_VERSION}-${tmp_REVISION_VERSION}git")
|
||||
endif()
|
||||
# Override the value from configure.ac, if possible
|
||||
EXECUTE_PROCESS(COMMAND ${LYX_GITVERSION} "log" "-1" "--format=%cd"
|
||||
WORKING_DIRECTORY "${TOP_SRC_DIR}"
|
||||
OUTPUT_VARIABLE LYX_DATE OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||
else()
|
||||
set(LYX_REVISION_VERSION git) #TODO use date
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user