Change 'custom(VER)' to 'custom-VER' because Fedora mad

This commit is contained in:
ZeldaZach 2024-11-21 08:23:44 -05:00
parent f73196841a
commit 387dfb41ff
No known key found for this signature in database

View file

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