Fix pjsip version check
This commit is contained in:
parent
6fb224e23f
commit
94ca0d9072
@ -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>=2.6 "libpjproject")
|
pkg_check_modules(PJSIP "libpjproject>=2.6")
|
||||||
pkg_check_modules(LOG4CPP "log4cpp")
|
pkg_check_modules(LOG4CPP "log4cpp")
|
||||||
|
|
||||||
add_definitions(${PJSIP_CFLAGS})
|
add_definitions(${PJSIP_CFLAGS})
|
||||||
|
Loading…
Reference in New Issue
Block a user