mirror of
https://github.com/monero-project/monero.git
synced 2026-01-25 13:54:31 +01:00
new Makefile target: release-static
This commit is contained in:
@@ -7,7 +7,7 @@ if(RET)
|
||||
else()
|
||||
message(STATUS "You are currently on commit ${COMMIT}")
|
||||
execute_process(COMMAND "${GIT}" show-ref --tags -d --abbrev COMMAND awk "END{print $1}" RESULT_VARIABLE RET OUTPUT_VARIABLE TAGGEDCOMMIT OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||
if(RET)
|
||||
if(RET AND NOT ${TAGGEDCOMMIT} STREQUAL "")
|
||||
message(WARNING "Cannot determine most recent tag. Make sure that you are building either from a Git working tree or from a source archive.")
|
||||
set(VERSIONTAG "${COMMIT}")
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user