diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-21 19:06:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 19:06:37 +0100 |
commit | ee024eb0a2836fb94cf3c70621ab1e0d091cd5d3 (patch) | |
tree | 3cb744634c980b39b01e4e2c6ca39e178487d27f /src | |
parent | Merge pull request #125 from MerryMage/bundled-unicorn (diff) | |
parent | Fix spelling error in CMakeLists (diff) | |
download | yuzu-ee024eb0a2836fb94cf3c70621ab1e0d091cd5d3.tar yuzu-ee024eb0a2836fb94cf3c70621ab1e0d091cd5d3.tar.gz yuzu-ee024eb0a2836fb94cf3c70621ab1e0d091cd5d3.tar.bz2 yuzu-ee024eb0a2836fb94cf3c70621ab1e0d091cd5d3.tar.lz yuzu-ee024eb0a2836fb94cf3c70621ab1e0d091cd5d3.tar.xz yuzu-ee024eb0a2836fb94cf3c70621ab1e0d091cd5d3.tar.zst yuzu-ee024eb0a2836fb94cf3c70621ab1e0d091cd5d3.zip |
Diffstat (limited to 'src')
-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 1af80769a..d132ab969 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -17,7 +17,7 @@ if ($ENV{CI}) string(SUBSTRING ${WORD} 1 -1 REMAINDER) string(TOUPPER ${FIRST_LETTER} FIRST_LETTER) # this leaves a trailing space on the last word, but we actually want that - # because of how its styled in the title bar. + # because of how it's styled in the title bar. set(REPO_NAME "${REPO_NAME}${FIRST_LETTER}${REMAINDER} ") endforeach() endif() |