From b132bb0ac84931b34c11692adb91fcebd27cd066 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 10 Feb 2024 16:14:04 -0600 Subject: [PATCH] Remove status message used for testing --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80ae30da80..980af6a930 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)