Skip to content

Commit

Permalink
Merge pull request #22674 from taosdata/fix/TD-25839
Browse files Browse the repository at this point in the history
fix(mxml): use v2.12 instead of 2.10
  • Loading branch information
gccgdb1234 committed Sep 1, 2023
2 parents f3c6214 + e10846d commit 89d8c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/mxml_CMakeLists.txt.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 89d8c76

Please sign in to comment.