diff options
| author | 2020-04-07 22:45:30 +0200 | |
|---|---|---|
| committer | 2020-04-07 22:45:30 +0200 | |
| commit | 5a66ca4697d5337d591a6a57ce1bb76db5f6fc1f (patch) | |
| tree | 29d9af7b78a39a64569ac755ef67df85bd2e7a46 | |
| parent | Addressed feedback: removed CMake hack in favor of building the necessary str... (diff) | |
| download | yuzu-5a66ca4697d5337d591a6a57ce1bb76db5f6fc1f.tar.gz yuzu-5a66ca4697d5337d591a6a57ce1bb76db5f6fc1f.tar.xz yuzu-5a66ca4697d5337d591a6a57ce1bb76db5f6fc1f.zip | |
Removed leftover test code
| -rw-r--r-- | CMakeModules/GenerateSCMRev.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake index 5d4eccb00..83e4e9df2 100644 --- a/CMakeModules/GenerateSCMRev.cmake +++ b/CMakeModules/GenerateSCMRev.cmake | |||
| @@ -20,8 +20,6 @@ get_timestamp(BUILD_DATE) | |||
| 20 | # Also if this is a CI build, add the build name (ie: Nightly, Canary) to the scm_rev file as well | 20 | # Also if this is a CI build, add the build name (ie: Nightly, Canary) to the scm_rev file as well |
| 21 | set(REPO_NAME "") | 21 | set(REPO_NAME "") |
| 22 | set(BUILD_VERSION "0") | 22 | set(BUILD_VERSION "0") |
| 23 | set(TITLE_BAR_FORMAT_IDLE "yuzu {5} ") | ||
| 24 | set(BUILD_ID "420") | ||
| 25 | if (BUILD_REPOSITORY) | 23 | if (BUILD_REPOSITORY) |
| 26 | # regex capture the string nightly or canary into CMAKE_MATCH_1 | 24 | # regex capture the string nightly or canary into CMAKE_MATCH_1 |
| 27 | string(REGEX MATCH "yuzu-emu/yuzu-?(.*)" OUTVAR ${BUILD_REPOSITORY}) | 25 | string(REGEX MATCH "yuzu-emu/yuzu-?(.*)" OUTVAR ${BUILD_REPOSITORY}) |