Ver código fonte

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

drTr0jan 7 meses atrás
pai
commit
11a609d06b
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})