File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ readonly name="libxml2"
8
8
readonly ownership=
" libxml2 Upstream <[email protected] >"
9
9
readonly subtree=" ThirdParty/$name /vtk$name "
10
10
readonly repo=" https://gitlab.kitware.com/third-party/libxml2.git"
11
- readonly tag=" for/vtk-20181015 -2.9.8"
11
+ readonly tag=" for/vtk-20190401 -2.9.8"
12
12
readonly paths="
13
13
include/libxml/*.h
14
14
include/libxml/xmlversion.h.in
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ SET(LIBXML_VERSION_NUMBER 20627)
4
4
SET (LIBXML_VERSION_EXTRA "" )
5
5
SET (MODULE_EXTENSION ${CMAKE_SHARED_MODULE_SUFFIX} )
6
6
7
+ # Use new behavior of linking against libraries in the CMAKE_REQUIRED_LIBRARIES
8
+ # variable in the CHECK_INCLUDE_FILE macro
9
+ IF (POLICY CMP0075 )
10
+ CMAKE_POLICY (SET CMP0075 NEW )
11
+ ENDIF ()
12
+
7
13
INCLUDE (CheckLibraryExists )
8
14
INCLUDE (CheckIncludeFile )
9
15
INCLUDE (CheckIncludeFiles )
You can’t perform that action at this time.
0 commit comments