You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
380 B
15 lines
380 B
8 months ago
|
diff --git a/cmake/LibLinphoneConfig.cmake.in b/cmake/LibLinphoneConfig.cmake.in
|
||
|
index 9c3d80f..eb16abf 100644
|
||
|
--- a/cmake/LibLinphoneConfig.cmake.in
|
||
|
+++ b/cmake/LibLinphoneConfig.cmake.in
|
||
|
@@ -57,6 +57,9 @@ endif()
|
||
|
if(@LibXml2_FOUND@)
|
||
|
find_dependency(LibXml2)
|
||
|
endif()
|
||
|
+if(@HAVE_FLEXIAPI@)
|
||
|
+ find_dependency(jsoncpp)
|
||
|
+endif()
|
||
|
if(@Lime_FOUND@)
|
||
|
find_dependency(Lime)
|
||
|
endif()
|