diff options
Diffstat (limited to 'CMakeModules/GenerateSCMRev.cmake')
| -rw-r--r-- | CMakeModules/GenerateSCMRev.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake index 08315a1f1..5e00d839f 100644 --- a/CMakeModules/GenerateSCMRev.cmake +++ b/CMakeModules/GenerateSCMRev.cmake | |||
| @@ -19,7 +19,7 @@ set(BUILD_VERSION "0") | |||
| 19 | if (BUILD_REPOSITORY) | 19 | if (BUILD_REPOSITORY) |
| 20 | # regex capture the string nightly or canary into CMAKE_MATCH_1 | 20 | # regex capture the string nightly or canary into CMAKE_MATCH_1 |
| 21 | string(REGEX MATCH "yuzu-emu/yuzu-?(.*)" OUTVAR ${BUILD_REPOSITORY}) | 21 | string(REGEX MATCH "yuzu-emu/yuzu-?(.*)" OUTVAR ${BUILD_REPOSITORY}) |
| 22 | if (${CMAKE_MATCH_COUNT} GREATER 0) | 22 | if ("${CMAKE_MATCH_COUNT}" GREATER 0) |
| 23 | # capitalize the first letter of each word in the repo name. | 23 | # capitalize the first letter of each word in the repo name. |
| 24 | string(REPLACE "-" ";" REPO_NAME_LIST ${CMAKE_MATCH_1}) | 24 | string(REPLACE "-" ";" REPO_NAME_LIST ${CMAKE_MATCH_1}) |
| 25 | foreach(WORD ${REPO_NAME_LIST}) | 25 | foreach(WORD ${REPO_NAME_LIST}) |