Ver código fonte

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

(cherry picked from commit 11a609d06b527470c535a20866c48cafdedcb820)
drTr0jan 7 meses atrás
pai
commit
64350f8e6b
1 arquivos alterados com 0 adições e 2 exclusões
  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})