Skip to content

Commit 4e8bdfa

Browse files
authored
Merge pull request #175 from thexai/fix2
Fix UWP build: isolates libxml2 version
2 parents 6c6b1f7 + d47cfce commit 4e8bdfa

File tree

4 files changed

+9
-366
lines changed

4 files changed

+9
-366
lines changed

depends/common/libxml2/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
project(libxml2)
2-
31
cmake_minimum_required(VERSION 3.5)
42

3+
project(libxml2 VERSION 2.9.10)
4+
55
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})
66

77
if (APPLE)

depends/common/libxml2/libxml2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libxml2 http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz
1+
libxml2-2.9.10 http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz

0 commit comments

Comments
 (0)