You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because @PACKAGE@ will evaluate to pkgconfig, which is probably not what was intended. Moreover, anyone compiling against zrtp requires -I {includedir}/libzrtpcpp to be in cflags, otherwise the statement:
#include <ZrtpQueue.h>
will fail with
/usr/include/libzrtpcpp/zrtpccrtp.h:22:23: fatal error: ZrtpQueue.h: No such file or directory
The text was updated successfully, but these errors were encountered:
The current libzrtpcpp.pc.cmake file generates the following (with the default prefix):
This is because
@PACKAGE@
will evaluate to pkgconfig, which is probably not what was intended. Moreover, anyone compiling against zrtp requires -I {includedir}/libzrtpcpp to be in cflags, otherwise the statement:will fail with
The text was updated successfully, but these errors were encountered: