bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/common/CMakeLists.txt
|
|
@ -29,7 +29,7 @@ if ($ENV{CI}) |
|
|
if (BUILD_VERSION) |
|
|
if (BUILD_VERSION) |
|
|
# This leaves a trailing space on the last word, but we actually want that |
|
|
# This leaves a trailing space on the last word, but we actually want that |
|
|
# because of how it's styled in the title bar. |
|
|
# because of how it's styled in the title bar. |
|
|
set(BUILD_FULLNAME "${REPO_NAME} #${BUILD_VERSION} ") |
|
|
|
|
|
|
|
|
set(BUILD_FULLNAME "${REPO_NAME} ${BUILD_VERSION} ") |
|
|
else() |
|
|
else() |
|
|
set(BUILD_FULLNAME "") |
|
|
set(BUILD_FULLNAME "") |
|
|
endif() |
|
|
endif() |
|
|
|