From 80db02c49789b73f10169bc398e51726e51b139e Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sat, 13 Jan 2018 23:49:16 +0000 Subject: Minor cleanup --- src/common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/CMakeLists.txt') diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 447d7198c..26cf9480b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -8,7 +8,7 @@ if ($ENV{CI}) set(BUILD_REPOSITORY $ENV{APPVEYOR_REPO_NAME}) endif() # regex capture the string nightly or bleeding-edge 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}) -- cgit v1.2.3