瀏覽代碼

lib/ims: libxml2 is not needed - removed from cmake

(cherry picked from commit 11a609d06b527470c535a20866c48cafdedcb820)
drTr0jan 6 月之前
父節點
當前提交
64350f8e6b
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/lib/ims/CMakeLists.txt

+ 0 - 2
src/lib/ims/CMakeLists.txt

@@ -1,4 +1,2 @@
-find_package(LibXml2 REQUIRED)
-
 file(GLOB SRC_FILES "*.c")
 target_sources(kamailio PUBLIC ${SRC_FILES})