fix(mxml): use v2.12 instead of 2.10

This commit is contained in:
Minglei Jin 2023-08-31 16:33:26 +08:00
parent 8d48fd171f
commit e10846d5eb
1 changed files with 1 additions and 1 deletions

View File

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