Added a make target that prints the version name.
This commit is contained in:
parent
7b863f97f7
commit
48bd3add29
@ -91,10 +91,13 @@ SET(MultiMC_VERSION_MAJOR 5)
|
|||||||
SET(MultiMC_VERSION_MINOR 0)
|
SET(MultiMC_VERSION_MINOR 0)
|
||||||
SET(MultiMC_VERSION_REV 0)
|
SET(MultiMC_VERSION_REV 0)
|
||||||
|
|
||||||
# Jenkins build number
|
# Build number
|
||||||
SET(MultiMC_VERSION_BUILD 0 CACHE STRING "Build number.")
|
SET(MultiMC_VERSION_BUILD 0 CACHE STRING "Build number.")
|
||||||
MESSAGE(STATUS "MultiMC build #${MultiMC_VERSION_BUILD}")
|
MESSAGE(STATUS "MultiMC build #${MultiMC_VERSION_BUILD}")
|
||||||
|
|
||||||
|
# Custom target to just print the version.
|
||||||
|
ADD_CUSTOM_TARGET(version echo "Version: ${MultiMC_VERSION_MAJOR}.${MultiMC_VERSION_MINOR}.${MultiMC_VERSION_REV}.${MultiMC_VERSION_BUILD}")
|
||||||
|
|
||||||
# Check the current Git commit
|
# Check the current Git commit
|
||||||
execute_process(COMMAND git rev-parse HEAD
|
execute_process(COMMAND git rev-parse HEAD
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||||
|
Loading…
Reference in New Issue
Block a user