diff --git a/CMakeLists.txt b/CMakeLists.txt index ee6dbd3..c11d3de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ INCLUDE(FindPkgConfig) find_package(Boost COMPONENTS system regex REQUIRED) find_package(PkgConfig REQUIRED) -pkg_check_modules(PJSIP "libpjproject") +pkg_check_modules(PJSIP>=2.6 "libpjproject") pkg_check_modules(LOG4CPP "log4cpp") add_definitions(${PJSIP_CFLAGS})