Merge pull request #22674 from taosdata/fix/TD-25839

fix(mxml): use v2.12 instead of 2.10
This commit is contained in:
wade zhang 2023-09-01 08:36:47 +08:00 committed by GitHub
commit 89d8c76876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# cos
ExternalProject_Add(mxml
GIT_REPOSITORY https://github.com/michaelrsweet/mxml.git
GIT_TAG release-2.10
GIT_TAG release-2.12
SOURCE_DIR "${TD_CONTRIB_DIR}/mxml"
#BINARY_DIR ""
BUILD_IN_SOURCE TRUE