Module: kamailio Branch: master Commit: 11a609d06b527470c535a20866c48cafdedcb820 URL: https://github.com/kamailio/kamailio/commit/11a609d06b527470c535a20866c48caf...
Author: drTr0jan drtr0jan@yandex.ru Committer: Henning Westerholt hw@gilawa.com Date: 2025-02-25T11:50:31+01:00
lib/ims: libxml2 is not needed - removed from cmake
---
Modified: src/lib/ims/CMakeLists.txt
---
Diff: https://github.com/kamailio/kamailio/commit/11a609d06b527470c535a20866c48caf... Patch: https://github.com/kamailio/kamailio/commit/11a609d06b527470c535a20866c48caf...
---
diff --git a/src/lib/ims/CMakeLists.txt b/src/lib/ims/CMakeLists.txt index a501df57c48..914a09b9eab 100644 --- a/src/lib/ims/CMakeLists.txt +++ b/src/lib/ims/CMakeLists.txt @@ -1,4 +1,2 @@ -find_package(LibXml2 REQUIRED) - file(GLOB SRC_FILES "*.c") target_sources(kamailio PUBLIC ${SRC_FILES})