forked from mirrors/linphone-iphone
Do not include LinphoneTargets.cmake when grouping external source path builders.
This commit is contained in:
parent
ad22ad7d79
commit
23ca302304
1 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,10 @@
|
|||
# LINPHONE_CPPFLAGS - The compilation flags needed to use linphone
|
||||
# LINPHONE_LDFLAGS - The linking flags needed to use linphone
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/LinphoneTargets.cmake")
|
||||
if(NOT LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS)
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/LinphoneTargets.cmake")
|
||||
endif()
|
||||
|
||||
find_package(Mediastreamer2 REQUIRED)
|
||||
find_package(BelleSIP REQUIRED)
|
||||
if(@ENABLE_TUNNEL@)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue