diff options
| -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 8985e4367..d0e506689 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -29,7 +29,7 @@ if ($ENV{CI})        if (BUILD_VERSION)          # This leaves a trailing space on the last word, but we actually want that          # 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()          set(BUILD_FULLNAME "")        endif() | 
