simpler custom label

This commit is contained in:
tooomm 2026-07-30 20:58:00 +02:00 committed by GitHub
parent 6766b0af89
commit 9c63c25de1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ function(get_commit_id)
PARENT_SCOPE
)
set(PROJECT_VERSION_LABEL
"custom-${GIT_COM_ID}"
"${GIT_COM_ID}"
PARENT_SCOPE
)
endfunction()