Przeglądaj źródła

Fix typo in original commit

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 13 lat temu
rodzic
commit
29bd77c0b5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -227,7 +227,7 @@ if (USE_GIT_DESCRIBE OR CHECK_GIT_TAG)
 endif()
 message ("-- Build tag is '${BUILD_TAG}'")
 if (NOT "${BASE_BUILD_TAG}" STREQUAL "")
-    set(BUILD_TAG "${BUILD_TAG}[)
+    set(BASE_BUILD_TAG "${BUILD_TAG}")
 endif()
 message ("-- Base build tag is '${BASE_BUILD_TAG}'")
 configure_file(${HPCC_SOURCE_DIR}/build-config.h.cmake "build-config.h" )