diff options
| author | 2018-01-13 23:49:16 +0000 | |
|---|---|---|
| committer | 2018-01-13 23:56:18 +0000 | |
| commit | 80db02c49789b73f10169bc398e51726e51b139e (patch) | |
| tree | 3561f5de6afbf8b3de4b167f8e4cccd60fc53db6 /src/common | |
| parent | macOS: Update Info.plist (diff) | |
| download | yuzu-80db02c49789b73f10169bc398e51726e51b139e.tar.gz yuzu-80db02c49789b73f10169bc398e51726e51b139e.tar.xz yuzu-80db02c49789b73f10169bc398e51726e51b139e.zip | |
Minor cleanup
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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}) | |||
| 8 | set(BUILD_REPOSITORY $ENV{APPVEYOR_REPO_NAME}) | 8 | set(BUILD_REPOSITORY $ENV{APPVEYOR_REPO_NAME}) |
| 9 | endif() | 9 | endif() |
| 10 | # regex capture the string nightly or bleeding-edge into CMAKE_MATCH_1 | 10 | # regex capture the string nightly or bleeding-edge into CMAKE_MATCH_1 |
| 11 | string(REGEX MATCH "citra-emu/citra-?(.*)" OUTVAR ${BUILD_REPOSITORY}) | 11 | string(REGEX MATCH "yuzu-emu/yuzu-?(.*)" OUTVAR ${BUILD_REPOSITORY}) |
| 12 | if (${CMAKE_MATCH_COUNT} GREATER 0) | 12 | if (${CMAKE_MATCH_COUNT} GREATER 0) |
| 13 | # capitalize the first letter of each word in the repo name. | 13 | # capitalize the first letter of each word in the repo name. |
| 14 | string(REPLACE "-" ";" REPO_NAME_LIST ${CMAKE_MATCH_1}) | 14 | string(REPLACE "-" ";" REPO_NAME_LIST ${CMAKE_MATCH_1}) |