Module: kamailio
Branch: master
Commit: 5a5a9fc876335c88691a631b41b10ec41f1d599f
URL: 
https://github.com/kamailio/kamailio/commit/5a5a9fc876335c88691a631b41b10ec41f1d599f

Author: Xenofon Karamanos <x...@gilawa.com>
Committer: Xenofon Karamanos <x...@gilawa.com>
Date: 2025-01-07T13:36:23Z

cmake/kamcmd: Don't require readline

---

Modified: utils/kamcmd/CMakeLists.txt

---

Diff:  
https://github.com/kamailio/kamailio/commit/5a5a9fc876335c88691a631b41b10ec41f1d599f.diff
Patch: 
https://github.com/kamailio/kamailio/commit/5a5a9fc876335c88691a631b41b10ec41f1d599f.patch

---

diff --git a/utils/kamcmd/CMakeLists.txt b/utils/kamcmd/CMakeLists.txt
index 46b2994995e..c5e039a4d35 100644
--- a/utils/kamcmd/CMakeLists.txt
+++ b/utils/kamcmd/CMakeLists.txt
@@ -15,7 +15,7 @@ add_executable(${NAME})
 
 # detect libreadline
 find_package(PkgConfig REQUIRED)
-pkg_check_modules(READLINE REQUIRED IMPORTED_TARGET readline)
+pkg_check_modules(READLINE IMPORTED_TARGET readline)
 add_library(readline::readline ALIAS PkgConfig::READLINE)
 
 if(READLINE_FOUND)

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to