Skip to content

Commit cb19785

Browse files
committed
Barnard
1 parent dbdf981 commit cb19785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ math(EXPR PATCH_INDEX "${PROJECT_VERSION_PATCH}")
1717
# Use the patch number to select the correct word
1818
list(GET NATO_PHONETIC_ALPHABET ${PATCH_INDEX} PROJECT_PATCH_WORD)
1919

20-
set(PROJECT_BUILD_NAME "Centauri ${PROJECT_PATCH_WORD}" CACHE STRING "" FORCE)
20+
set(PROJECT_BUILD_NAME "Barnard ${PROJECT_PATCH_WORD}" CACHE STRING "" FORCE)
2121
set(PROJECT_TEAM "github.com/harbourmasters" CACHE STRING "" FORCE)
2222

2323
if(APPLE)

0 commit comments

Comments
 (0)