Skip to content

Commit

Permalink
Fix pjsip version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Risca committed Mar 26, 2020
1 parent 6fb224e commit 94ca0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 94ca0d9

Please sign in to comment.