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

View File

@@ -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()