Module: kamailio Branch: master Commit: a898ee597e959cfe288853ed3521e7afb8e45e75 URL: https://github.com/kamailio/kamailio/commit/a898ee597e959cfe288853ed3521e7afb8e45e75
Author: Boris Korzun <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2026-03-11T10:10:01+01:00 phonenum: cmake: Fix a typo --- Modified: src/modules/phonenum/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/a898ee597e959cfe288853ed3521e7afb8e45e75.diff Patch: https://github.com/kamailio/kamailio/commit/a898ee597e959cfe288853ed3521e7afb8e45e75.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!
