Skip to content

Commit

Permalink
Remove status message used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober authored and lmoureaux committed Feb 14, 2024
1 parent bcbef42 commit b132bb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ if (${FC21_REV_TAG_LIST_LENGTH} EQUAL 3)
set(IS_STABLE_VERSION true)
set(FREECIV21_VERSION "${FC21_MAJOR_VERSION}.${FC21_MINOR_VERSION}.${FC21_PATCH_VERSION}")
else()
message(STATUS "${FC21_REV_TAG_LIST}")
list(GET FC21_REV_TAG_LIST 0 FC21_MAJOR_VERSION)
list(GET FC21_REV_TAG_LIST 1 FC21_MINOR_VERSION)
list(GET FC21_REV_TAG_LIST 2 FC21_VERSION_LABEL)
Expand Down

0 comments on commit b132bb0

Please sign in to comment.