Skip to content

Commit

Permalink
Merge pull request #174 from thexai/fix-libxml2-Matrix
Browse files Browse the repository at this point in the history
Fix libxml2 version in CMakeLists
  • Loading branch information
phunkyfish authored May 9, 2022
2 parents 0b1f0f2 + ecaab53 commit 181cd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/windows/libxml2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ endif()

set(LIBXML_MAJOR_VERSION 2)
set(LIBXML_MINOR_VERSION 9)
set(LIBXML_MICRO_VERSION 3)
set(LIBXML_MICRO_VERSION 10)
set(LIBXML_MICRO_VERSION_SUFFIX)
set(LIBXML_VERSION ${LIBXML_MAJOR_VERSION}.${LIBXML_MINOR_VERSION}.${LIBXML_MICRO_VERSION}${LIBXML_MICRO_VERSION_SUFFIX})
math(EXPR LIBXML_VERSION_INFO "${LIBXML_MAJOR_VERSION} + ${LIBXML_MINOR_VERSION}")
Expand Down

0 comments on commit 181cd0f

Please sign in to comment.