Module: kamailio Branch: 6.1 Commit: 2e63fb3f707c0976b9c5e48fb280c613fb55f95a URL: https://github.com/kamailio/kamailio/commit/2e63fb3f707c0976b9c5e48fb280c613fb55f95a
Author: Morten Tryfoss <[email protected]> Committer: Xenofon Karamanos <[email protected]> Date: 2026-02-25T11:25:01Z geoip2: Fix typo in CMakeLists (cherry picked from commit 2c9e3138d2e5ada1b52e8e66af7df0dae4dce0f8) --- Modified: src/modules/geoip2/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/2e63fb3f707c0976b9c5e48fb280c613fb55f95a.diff Patch: https://github.com/kamailio/kamailio/commit/2e63fb3f707c0976b9c5e48fb280c613fb55f95a.patch --- diff --git a/src/modules/geoip2/CMakeLists.txt b/src/modules/geoip2/CMakeLists.txt index ba4d03c2ca7..64ec4a9addb 100644 --- a/src/modules/geoip2/CMakeLists.txt +++ b/src/modules/geoip2/CMakeLists.txt @@ -6,4 +6,4 @@ find_package(PkgConfig REQUIRED) pkg_check_modules(geoip2 REQUIRED IMPORTED_TARGET libmaxminddb) target_include_directories(${module_name} PRIVATE ${geoip2_INCLUDE_DIRS}) -target_link_libraries(${module_name} PRIVATE ${geip2_LIBRARIES}) +target_link_libraries(${module_name} PRIVATE ${geoip2_LIBRARIES}) _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
