mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-05 20:39:59 -08:00
Change 'custom(VER)' to 'custom-VER' because Fedora mad (#5180)
This commit is contained in:
@@ -19,7 +19,7 @@ function(get_commit_id)
|
|||||||
PARENT_SCOPE
|
PARENT_SCOPE
|
||||||
)
|
)
|
||||||
set(PROJECT_VERSION_LABEL
|
set(PROJECT_VERSION_LABEL
|
||||||
"custom(${GIT_COM_ID})"
|
"custom-${GIT_COM_ID}"
|
||||||
PARENT_SCOPE
|
PARENT_SCOPE
|
||||||
)
|
)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|||||||
Reference in New Issue
Block a user