add minimal version of libpjsua

required "pj::Account" was added in v2.6, but on e.g. Debian v2.5.5 is avail only.
This commit is contained in:
Sven Roederer 2018-01-13 20:23:17 +01:00 committed by GitHub
parent c04ead2ff5
commit 444fcae18b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ INCLUDE(FindPkgConfig)
find_package(Boost COMPONENTS system regex REQUIRED) find_package(Boost COMPONENTS system regex REQUIRED)
find_package(PkgConfig REQUIRED) find_package(PkgConfig REQUIRED)
pkg_check_modules(PJSIP "libpjproject") pkg_check_modules(PJSIP>=2.6 "libpjproject")
pkg_check_modules(LOG4CPP "log4cpp") pkg_check_modules(LOG4CPP "log4cpp")
add_definitions(${PJSIP_CFLAGS}) add_definitions(${PJSIP_CFLAGS})