mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
remove unused libxml module from sysman
Signed-off-by: T J Vivek Vilvaraj <t.j.vivek.vilvaraj@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
26779e2f34
commit
aba7d74bcd
@ -65,14 +65,6 @@ if(BUILD_WITH_L0)
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
# Xml Package
|
||||
find_package(LibXml2)
|
||||
if(PC_LIBXML_FOUND)
|
||||
include_directories(SYSTEM ${LIBXML2_INCLUDE_DIR})
|
||||
message(STATUS "LibXml2 Library headers directory: ${LIBXML2_INCLUDE_DIR}")
|
||||
else()
|
||||
message(STATUS "LibXml2 Library headers not available. Building without.")
|
||||
endif()
|
||||
# Netlink and Generic Netlink
|
||||
find_path(LIBGENL_INCLUDE_DIR netlink/genl/genl.h PATH_SUFFIXES libnl3)
|
||||
if(LIBGENL_INCLUDE_DIR)
|
||||
|
Reference in New Issue
Block a user