diff --git a/CMakeLists.txt b/CMakeLists.txt index c11d3de..14ec506 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>=2.6 "libpjproject") +pkg_check_modules(PJSIP "libpjproject>=2.6") pkg_check_modules(LOG4CPP "log4cpp") add_definitions(${PJSIP_CFLAGS})