mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 18:34:25 +01:00
Small fix
This commit is contained in:
parent
36787b91b3
commit
93fccda5d8
@ -3,13 +3,13 @@ project(doorlockd)
|
|||||||
|
|
||||||
option(USE_COLORIZED_LOGS "Colorized logging" ON)
|
option(USE_COLORIZED_LOGS "Colorized logging" ON)
|
||||||
|
|
||||||
set(DOORLOCKD_VERSION_MAJOR 1)
|
set(DOORLOCK_VERSION_MAJOR 1)
|
||||||
set(DOORLOCKD_VERSION_MINOR 0)
|
set(DOORLOCK_VERSION_MINOR 0)
|
||||||
set(DOORLOCKD_VERSION_PATCH 0)
|
set(DOORLOCK_VERSION_PATCH 0)
|
||||||
|
|
||||||
set(DOORLOCKD_VERSION "${DOORLOCKD_VERSION_MAJOR}.${DOORLOCKD_VERSION_MINOR}-${DOORLOCKD_VERSION_PATCH}")
|
set(DOORLOCK_VERSION "${DOORLOCK_VERSION_MAJOR}.${DOORLOCK_VERSION_MINOR}-${DOORLOCK_VERSION_PATCH}")
|
||||||
|
|
||||||
MESSAGE(STATUS "doorlockd version: ${DOORLOCKD_VERSION}")
|
MESSAGE(STATUS "doorlockd version: ${DOORLOCK_VERSION}")
|
||||||
|
|
||||||
# Get the current working branch
|
# Get the current working branch
|
||||||
execute_process(
|
execute_process(
|
||||||
|
Loading…
Reference in New Issue
Block a user