Module: kamailio Branch: 6.1 Commit: 1a6cea4a43b9aa02a29aa80b4ee1f5ead3209995 URL: https://github.com/kamailio/kamailio/commit/1a6cea4a43b9aa02a29aa80b4ee1f5ead3209995
Author: Boris Korzun <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2026-03-11T09:10:37Z phonenum: cmake: Fix a typo (cherry picked from commit a898ee597e959cfe288853ed3521e7afb8e45e75) --- Modified: src/modules/phonenum/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/1a6cea4a43b9aa02a29aa80b4ee1f5ead3209995.diff Patch: https://github.com/kamailio/kamailio/commit/1a6cea4a43b9aa02a29aa80b4ee1f5ead3209995.patch --- diff --git a/src/modules/phonenum/CMakeLists.txt b/src/modules/phonenum/CMakeLists.txt index ed26b71d91e..6d4e9bf49f1 100644 --- a/src/modules/phonenum/CMakeLists.txt +++ b/src/modules/phonenum/CMakeLists.txt @@ -21,10 +21,10 @@ else() if(libphonenumber_LIBRARY AND libgeocoding_LIBRARY) set(libphonenum_LIBRARY ${libphonenumber_LIBRARY} ${libgeocoding_LIBRARY}) - find_path(libphonenumber_INCLUDE_DIR phonenumbers/geocoding/phonenumber_offline_geocoder.h + find_path(libphonenumber_INCLUDE_DIRS phonenumbers/geocoding/phonenumber_offline_geocoder.h phonenumbers/phonenumberutil.h ) - message(STATUS "Found libphonenumber include directory: ${libphonenumber_INCLUDE_DIR}") + message(STATUS "Found libphonenumber include directory: ${libphonenumber_INCLUDE_DIRS}") message(STATUS "Found libphonenumber library: ${libphonenum_LIBRARY}") else() message(FATAL_ERROR "libphonenumber library not found") _______________________________________________ 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!
