Browse Source

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

(cherry picked from commit 11a609d06b527470c535a20866c48cafdedcb820)
drTr0jan 6 months ago
parent
commit
64350f8e6b
1 changed files with 0 additions and 2 deletions
  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})