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()