summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar bunnei2018-01-21 13:06:37 -0500
committerGravatar GitHub2018-01-21 13:06:37 -0500
commitee024eb0a2836fb94cf3c70621ab1e0d091cd5d3 (patch)
tree3cb744634c980b39b01e4e2c6ca39e178487d27f /src/common
parentMerge pull request #125 from MerryMage/bundled-unicorn (diff)
parentFix spelling error in CMakeLists (diff)
downloadyuzu-ee024eb0a2836fb94cf3c70621ab1e0d091cd5d3.tar.gz
yuzu-ee024eb0a2836fb94cf3c70621ab1e0d091cd5d3.tar.xz
yuzu-ee024eb0a2836fb94cf3c70621ab1e0d091cd5d3.zip
Merge pull request #124 from akkatracker/patch-1
Fix minor spelling error in CMakeLists
Diffstat (limited to 'src/common')
-rw-r--r--src/common/CMakeLists.txt2
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})
17 string(SUBSTRING ${WORD} 1 -1 REMAINDER) 17 string(SUBSTRING ${WORD} 1 -1 REMAINDER)
18 string(TOUPPER ${FIRST_LETTER} FIRST_LETTER) 18 string(TOUPPER ${FIRST_LETTER} FIRST_LETTER)
19 # this leaves a trailing space on the last word, but we actually want that 19 # this leaves a trailing space on the last word, but we actually want that
20 # because of how its styled in the title bar. 20 # because of how it's styled in the title bar.
21 set(REPO_NAME "${REPO_NAME}${FIRST_LETTER}${REMAINDER} ") 21 set(REPO_NAME "${REPO_NAME}${FIRST_LETTER}${REMAINDER} ")
22 endforeach() 22 endforeach()
23 endif() 23 endif()