mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 15:19:59 +00:00
Removed leftover test code
This commit is contained in:
parent
6b512d78c9
commit
5a66ca4697
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ get_timestamp(BUILD_DATE)
|
||||||
# Also if this is a CI build, add the build name (ie: Nightly, Canary) to the scm_rev file as well
|
# Also if this is a CI build, add the build name (ie: Nightly, Canary) to the scm_rev file as well
|
||||||
set(REPO_NAME "")
|
set(REPO_NAME "")
|
||||||
set(BUILD_VERSION "0")
|
set(BUILD_VERSION "0")
|
||||||
set(TITLE_BAR_FORMAT_IDLE "yuzu {5} ")
|
|
||||||
set(BUILD_ID "420")
|
|
||||||
if (BUILD_REPOSITORY)
|
if (BUILD_REPOSITORY)
|
||||||
# regex capture the string nightly or canary into CMAKE_MATCH_1
|
# regex capture the string nightly or canary into CMAKE_MATCH_1
|
||||||
string(REGEX MATCH "yuzu-emu/yuzu-?(.*)" OUTVAR ${BUILD_REPOSITORY})
|
string(REGEX MATCH "yuzu-emu/yuzu-?(.*)" OUTVAR ${BUILD_REPOSITORY})
|
||||||
|
|
Loading…
Reference in a new issue