Skip to content

Commit

Permalink
Merge pull request #176 from thexai/fix2-Matrix
Browse files Browse the repository at this point in the history
Fix UWP build: isolates libxml2 version
  • Loading branch information
phunkyfish authored May 14, 2022
2 parents 181cd0f + 8507a72 commit 21f6fdd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 366 deletions.
4 changes: 2 additions & 2 deletions depends/common/libxml2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(libxml2)

cmake_minimum_required(VERSION 3.5)

project(libxml2 VERSION 2.9.10)

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})

if (APPLE)
Expand Down
2 changes: 1 addition & 1 deletion depends/common/libxml2/libxml2.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libxml2 http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz
libxml2-2.9.10 http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz
Loading

0 comments on commit 21f6fdd

Please sign in to comment.