summaryrefslogtreecommitdiffstats
path: root/CMakeModules
diff options
context:
space:
mode:
authorMichael <goldtextwitch@outlook.com>2019-01-22 01:10:37 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-02-07 02:23:40 +0100
commit4ffb4872517e07ff712028343d6be636e6eaa3fc (patch)
tree7d762aed4b98982c025da2ecfd4ae8518a0f4128 /CMakeModules
parentloading_screen: Unchunk progress bar (diff)
downloadyuzu-4ffb4872517e07ff712028343d6be636e6eaa3fc.tar
yuzu-4ffb4872517e07ff712028343d6be636e6eaa3fc.tar.gz
yuzu-4ffb4872517e07ff712028343d6be636e6eaa3fc.tar.bz2
yuzu-4ffb4872517e07ff712028343d6be636e6eaa3fc.tar.lz
yuzu-4ffb4872517e07ff712028343d6be636e6eaa3fc.tar.xz
yuzu-4ffb4872517e07ff712028343d6be636e6eaa3fc.tar.zst
yuzu-4ffb4872517e07ff712028343d6be636e6eaa3fc.zip
Diffstat (limited to 'CMakeModules')
-rw-r--r--CMakeModules/GenerateSCMRev.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake
index e82ad204d..743b14407 100644
--- a/CMakeModules/GenerateSCMRev.cmake
+++ b/CMakeModules/GenerateSCMRev.cmake
@@ -25,7 +25,7 @@ if ($ENV{CI})
set(BUILD_TAG $ENV{APPVEYOR_REPO_TAG_NAME})
endif()
# regex capture the string nightly or canary into CMAKE_MATCH_1
- string(REGEX MATCH "citra-emu/citra-?(.*)" OUTVAR ${BUILD_REPOSITORY})
+ string(REGEX MATCH "yuzu-emu/yuzu-?(.*)" OUTVAR ${BUILD_REPOSITORY})
if (${CMAKE_MATCH_COUNT} GREATER 0)
# capitalize the first letter of each word in the repo name.
string(REPLACE "-" ";" REPO_NAME_LIST ${CMAKE_MATCH_1})
@@ -98,4 +98,4 @@ foreach (F IN LISTS HASH_FILES)
set(COMBINED "${COMBINED}${TMP}")
endforeach()
string(MD5 SHADER_CACHE_VERSION "${COMBINED}")
-configure_file("${SRC_DIR}/src/common/scm_rev.cpp.in" "scm_rev.cpp" @ONLY) \ No newline at end of file
+configure_file("${SRC_DIR}/src/common/scm_rev.cpp.in" "scm_rev.cpp" @ONLY)