mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #133 from fluffypony/master
fixed cmake variable matching
This commit is contained in:
commit
63f60b1777
@ -12,7 +12,7 @@ else()
|
|||||||
set(VERSIONTAG "${COMMIT}")
|
set(VERSIONTAG "${COMMIT}")
|
||||||
else()
|
else()
|
||||||
message(STATUS "The most recent tag was at ${TAGGEDCOMMIT}")
|
message(STATUS "The most recent tag was at ${TAGGEDCOMMIT}")
|
||||||
if(COMMIT MATCHES TAGGEDCOMMIT)
|
if(${COMMIT} MATCHES ${TAGGEDCOMMIT})
|
||||||
message(STATUS "You are building a tagged release")
|
message(STATUS "You are building a tagged release")
|
||||||
set(VERSIONTAG "release")
|
set(VERSIONTAG "release")
|
||||||
else()
|
else()
|
||||||
|
Loading…
Reference in New Issue
Block a user