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

This commit is contained in:
Zach H 2024-11-22 22:22:22 -05:00 committed by GitHub
parent bd60a9fd2e
commit 50274cb66d
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})"
"custom-${GIT_COM_ID}"
PARENT_SCOPE
)
endfunction()